We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e4612 commit 03a1e6fCopy full SHA for 03a1e6f
.editorconfig
@@ -1,9 +1,3 @@
1
-# Copying and distribution of this file, with or without modification,
2
-# are permitted in any medium without royalty provided this notice is
3
-# preserved. This file is offered as-is, without any warranty.
4
-# Names of contributors must not be used to endorse or promote products
5
-# derived from this file without specific prior written permission.
6
-
7
# EditorConfig
8
# http://EditorConfig.org
9
@@ -22,3 +16,7 @@ max_line_length = 160
22
16
23
17
[*.xml]
24
18
continuation_indent_size = 4
19
+
20
+[*.kt]
21
+ij_kotlin_name_count_to_use_star_import = 5
+ij_kotlin_name_count_to_use_star_import_for_members = 5
0 commit comments