Merge pull request #1373 from Goooler/config

Add .editorconfig
This commit is contained in:
Jake Wharton
2021-08-16 10:05:39 -04:00
committed by GitHub

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