Skip to content

Commit 7e2601a

Browse files
authored
Disabling wildcard imports on Intellij IDE (#1160)
1 parent 36183e9 commit 7e2601a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@ charset = utf-8
1313
[*.{java,kt}]
1414
indent_size = 4
1515

16+
[*.java]
17+
# Disabling wildcard imports on Intellij IDE.
18+
# See https://www.jetbrains.com/help/idea/creating-and-optimizing-imports.html#disable-wildcards-for-class for details
19+
ij_java_class_count_to_use_import_on_demand = 999
20+
ij_java_names_count_to_use_import_on_demand = 999
21+
1622
[*.yml]
1723
indent_size = 2

0 commit comments

Comments
 (0)