Stop using DisplayLocks for every MakeCurrent context call.
[platform/core/csapi/opentk.git] / .editorconfig
1 root=true
2
3 [*.{cs,fsx}]
4 indent_style=space
5 indent_size=4
6
7 [*.{sln,spec}]
8 indent_style=tab
9 indent_size=4
10
11 [*.{xml,sh,cmd,yml,csproj}]
12 indent_style=space
13 indent_size=2