Update .editorconfig rules

This commit is contained in:
Goooler 2022-12-07 10:44:48 +08:00 committed by cketti
parent 27f3ac9e8e
commit 0476f1da17

View file

@ -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