Skip to content

Commit 3be9c1c

Browse files
committed
Update editorconfig
1 parent 08401c4 commit 3be9c1c

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.editorconfig

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
root = true
22

33
[*]
4-
indent_size = 2
5-
charset = utf-8
6-
trim_trailing_whitespace = true
7-
insert_final_newline = true
4+
insert_final_newline=true
5+
end_of_line=lf
6+
charset=utf-8
7+
indent_size=2
8+
trim_trailing_whitespace=true
89

9-
[*.{kt, kts}]
10-
kotlin_imports_layout = ascii
10+
[*.{kt,kts}]
11+
ij_kotlin_allow_trailing_comma=true
12+
ij_kotlin_allow_trailing_comma_on_call_site=true
13+
ij_kotlin_imports_layout=*

0 commit comments

Comments
 (0)