.editorconfig added to repository

This commit is contained in:
Arkadiy Shapkin 2014-09-02 21:42:45 +04:00 коммит произвёл Arkady Shapkin
Родитель d4cb23e4e5
Коммит 098bb9dfb9
1 изменённых файлов: 14 добавлений и 0 удалений

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

@ -0,0 +1,14 @@
; Check http://editorconfig.org/ for more informations
; Top-most EditorConfig file
root = true
; tab indentation
[*]
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
; 4-column space indentation
[*.md]
indent_style = space
indent_size = 4