Create .editorconfig
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:
Родитель
5977f48d3d
Коммит
af5bd98085
|
@ -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
|
Загрузка…
Ссылка в новой задаче