Skip to content

Commit 03a1e6f

Browse files
authored
Update .editorconfig
1 parent 78e4612 commit 03a1e6f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.editorconfig

+4-6
Original file line numberDiff line numberDiff line change
@@ -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-
71
# EditorConfig
82
# http://EditorConfig.org
93

@@ -22,3 +16,7 @@ max_line_length = 160
2216

2317
[*.xml]
2418
continuation_indent_size = 4
19+
20+
[*.kt]
21+
ij_kotlin_name_count_to_use_star_import = 5
22+
ij_kotlin_name_count_to_use_star_import_for_members = 5

0 commit comments

Comments
 (0)