Add a `.editorconfig` with our chosen formatting options.
This commit is contained in:
Родитель
98f8945cfb
Коммит
a1d945f14f
|
@ -0,0 +1,10 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.ts]
|
||||
indent_style = space
|
||||
indent_size = 2
|
Загрузка…
Ссылка в новой задаче