We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36183e9 commit 7e2601aCopy full SHA for 7e2601a
.editorconfig
@@ -13,5 +13,11 @@ charset = utf-8
13
[*.{java,kt}]
14
indent_size = 4
15
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
+
22
[*.yml]
23
indent_size = 2
0 commit comments