Simplify EditorConfig
This commit is contained in:
parent
9c8b8b3996
commit
96ce1c18d9
@ -2,11 +2,8 @@ root = true
|
|||||||
|
|
||||||
[*]
|
[*]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{kt, kts, gradle}]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
|
||||||
continuation_indent_size = 4
|
|
||||||
|
Loading…
Reference in New Issue
Block a user