Merge pull request #43 from nventive/dev/cdb/editor-config

Added EditorConfig for easier convention enforcement.
This commit is contained in:
Carl de Billy 2018-05-18 14:12:43 -04:00 коммит произвёл GitHub
Родитель e3e09c9315 d5c21bff43
Коммит 0e194d4c90
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 19 добавлений и 0 удалений

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

@ -0,0 +1,19 @@
root = true
[*]
end_of_line = crlf
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.xml]
indent_style = tab
[*.xaml]
indent_style = tab
[*.cs]
indent_style = tab
[*.json]
indent_style = tab