Skip to content

Commit ab5642a

Browse files
committed
chore: simplify .editorconfig
1 parent 778fc6c commit ab5642a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.editorconfig

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,20 @@ root = true
33
[*]
44
charset = utf-8
55
end_of_line = lf
6-
indent_size = 4
7-
indent_style = tab
86
insert_final_newline = true
9-
max_line_length = 120
10-
tab_width = 4
7+
trim_trailing_whitespace = true
8+
indent_size = 4
9+
indent_style = space
1110
# noinspection EditorConfigKeyCorrectness
1211
disabled_rules=no-wildcard-imports,no-unused-imports
1312

14-
[{*.kt,*.kts}]
13+
[*.{kt,kts}]
14+
max_line_length = 120
1515
ij_kotlin_allow_trailing_comma = true
1616
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
1717

18-
[*.{yaml,md}]
18+
[*.{yaml,yml,md}]
1919
indent_size = 2
20-
indent_style = space
2120

2221
[*.md]
2322
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)