Skip to content

Commit

Permalink
Update .editorconfig rules (#6772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Jul 28, 2021
1 parent 98d65a5 commit 78da48d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
[{*.kt, *.kts}]
root = true

[*]
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{kt, kts}]
kotlin_imports_layout = ascii

0 comments on commit 78da48d

Please sign in to comment.