editorconfig is always useful to have to help ensure consistent code formatting.

This config provides good defaults and is copied from:
https://github.com/twbs/bootstrap/blob/master/.editorconfig
This commit is contained in:
Christian Oliff 2020-05-19 21:50:38 +09:00 коммит произвёл Mark Otto
Родитель 5977f48d3d
Коммит af5bd98085
1 изменённых файлов: 11 добавлений и 0 удалений

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

@ -0,0 +1,11 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true