Simplify EditorConfig

This commit is contained in:
Michael Bull 2023-07-20 19:30:56 +01:00
parent 9c8b8b3996
commit 96ce1c18d9
1 changed files with 2 additions and 5 deletions

View File

@ -2,11 +2,8 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{kt, kts, gradle}]
indent_style = space
indent_size = 4
continuation_indent_size = 4