Opentk/.editorconfig

14 lines
166 B
INI
Raw Normal View History

2017-03-18 13:46:39 +01:00
root=true
[*.{cs,fsx}]
indent_style=space
indent_size=4
[*.{sln,spec}]
indent_style=tab
indent_size=4
[*.{xml,sh,cmd,yml,csproj}]
indent_style=space
indent_size=2