Skip to content

Commit 20ccb36

Browse files
committed
fix: add missing editorconfig to components
1 parent 508d087 commit 20ccb36

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

components/.editorconfig

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
indent_size = 2

0 commit comments

Comments
 (0)