This commit is contained in:
Stefan Reichel 2017-01-18 12:56:28 +01:00
Родитель 60d5805709
Коммит fd977f2302
1 изменённых файлов: 13 добавлений и 0 удалений

13
.editorConfig Normal file
Просмотреть файл

@ -0,0 +1,13 @@
# http://editorconfig.org
root = true
[*]
end_of_line = crlf
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false