Merge pull request #505 from pragmatrix/editorconfig

Add .editorconfig
This commit is contained in:
varon 2017-03-18 18:33:39 +02:00 committed by GitHub
commit 0097720cd1

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
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