We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427b39d commit d15f5f0Copy full SHA for d15f5f0
.editorconfig
@@ -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