add .editorconfig

This commit is contained in:
Armin Sander 2017-03-18 13:46:39 +01:00
parent cd3138f9e3
commit 92636581af
1 changed files with 13 additions and 0 deletions

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