Simplify editorconfig
This commit is contained in:
parent
c2fc72d0cb
commit
389a87ffe2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user