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 508d087 commit 20ccb36Copy full SHA for 20ccb36
1 file changed
components/.editorconfig
@@ -0,0 +1,29 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+indent_style = space
6
+indent_size = 4
7
+ij_continuation_indent_size = 4
8
+tab_width = 4
9
+insert_final_newline = true
10
+trim_trailing_whitespace = true
11
+end_of_line = lf
12
+max_line_length = 120
13
14
+[*.{kt,kts}]
15
+ij_kotlin_imports_layout = *,^
16
+ij_kotlin_allow_trailing_comma = true
17
+ij_kotlin_allow_trailing_comma_on_call_site = true
18
+ij_kotlin_indent_before_arrow_on_new_line = false
19
20
+[*.{yml,yaml,json,toml}]
21
+indent_size = 2
22
+tab_width = 2
23
+ij_continuation_indent_size = 2
24
25
+[*.md]
26
+trim_trailing_whitespace = false
27
28
+[*.sh]
29
0 commit comments