Simplify editorconfig

This commit is contained in:
Michael Bull 2018-01-11 18:29:29 +00:00
parent c2fc72d0cb
commit 389a87ffe2
1 changed files with 1 additions and 6 deletions

View File

@ -6,12 +6,7 @@ end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.{kt}] [*.{kt,kts,gradle}]
indent_style = tab
indent_size = 4
continuation_indent_size = 4
[*.{gradle}]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
continuation_indent_size = 4 continuation_indent_size = 4