Add .editorconfig

This commit is contained in:
Goooler
2021-08-16 17:03:24 +08:00
committed by GitHub
parent ce45a68cc3
commit 6d48f16d1f

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{kt, kts}]
kotlin_imports_layout = ascii