Initial support for EditorConfig
This commit is contained in:
Родитель
c541c7f4e5
Коммит
4c61b1b0b7
|
@ -0,0 +1,12 @@
|
|||
# =============================================================================
|
||||
# https://EditorConfig.org
|
||||
# =============================================================================
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
Загрузка…
Ссылка в новой задаче