We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593ca9c commit fb8ea08Copy full SHA for fb8ea08
jvm-app/.editorconfig
@@ -14,3 +14,8 @@ max_line_length = 80
14
[*.{groovy,kts}]
15
indent_size = 4
16
max_line_length = 100
17
+
18
+[*.groovy]
19
+ij_groovy_use_single_class_imports = true
20
+ij_groovy_class_count_to_use_import_on_demand = 99
21
+ij_groovy_names_count_to_use_import_on_demand = 99
jvm-library/.editorconfig
0 commit comments