Skip to content

Commit d15f5f0

Browse files
committed
chore: add .editorconfig
1 parent 427b39d commit d15f5f0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
trim_trailing_whitespace = true
8+
9+
[*.{kt,kts}]
10+
ktlint_code_style = intellij_idea
11+
indent_style = space
12+
indent_size = 4
13+
continuation_indent_size = 8
14+
max_line_length = 120
15+
ij_kotlin_name_count_to_use_star_import = 5
16+
ij_kotlin_name_count_to_use_star_import_for_members = 3
17+
ktlint_standard_no-wildcard-imports = disabled

0 commit comments

Comments
 (0)