added .editorconfig to help prevent wrong indent types

must have editor config plugin (https://visualstudiogallery.msdn.microsoft.com/c8bccfe2-650c-4b42-bc5c-845e21f96328) installed to have any effect
This commit is contained in:
Scott Williams 2016-10-28 14:38:16 +01:00
Родитель 3bf0c4f643
Коммит fe4c726710
1 изменённых файлов: 6 добавлений и 0 удалений

6
.editorconfig Normal file
Просмотреть файл

@ -0,0 +1,6 @@
# top-most EditorConfig file
root = true
[*.cs]
indent_style = space
indent_size = 4