This commit is contained in:
Wiesław Šoltés 2016-09-05 12:48:13 +02:00 коммит произвёл GitHub
Родитель 559944dc55
Коммит 3b71f1ad55
1 изменённых файлов: 11 добавлений и 0 удалений

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

@ -0,0 +1,11 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://EditorConfig.org
root = true
[*]
end_of_line = CRLF
[*.cs]
indent_style = space
indent_size = 4