added editorconfig config file

Этот коммит содержится в:
Tobias Diekershoff 2017-01-28 07:15:57 +01:00
родитель d61a4a67db
Коммит 0342f559c1
1 изменённых файлов: 10 добавлений и 0 удалений

10
.editorconfig Обычный файл
Просмотреть файл

@ -0,0 +1,10 @@
# editorconfig tool configuration
# see http://editorconfig.org for docs
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespaces = true
indent_style = tab