Update .editorconfig rules
This commit is contained in:
parent
27f3ac9e8e
commit
0476f1da17
1 changed files with 11 additions and 0 deletions
|
@ -1,2 +1,13 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{kt,kts}]
|
||||
ij_kotlin_imports_layout = *,^*
|
||||
|
||||
[*.{yml,yaml}]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue