We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778fc6c commit ab5642aCopy full SHA for ab5642a
.editorconfig
@@ -3,21 +3,20 @@ root = true
3
[*]
4
charset = utf-8
5
end_of_line = lf
6
-indent_size = 4
7
-indent_style = tab
8
insert_final_newline = true
9
-max_line_length = 120
10
-tab_width = 4
+trim_trailing_whitespace = true
+indent_size = 4
+indent_style = space
11
# noinspection EditorConfigKeyCorrectness
12
disabled_rules=no-wildcard-imports,no-unused-imports
13
14
-[{*.kt,*.kts}]
+[*.{kt,kts}]
+max_line_length = 120
15
ij_kotlin_allow_trailing_comma = true
16
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
17
18
-[*.{yaml,md}]
+[*.{yaml,yml,md}]
19
indent_size = 2
20
-indent_style = space
21
22
[*.md]
23
trim_trailing_whitespace = false
0 commit comments