Skip to content

Commit

Permalink
Do not use star imports; remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosternl committed Sep 20, 2024
1 parent 113c5b7 commit 9cc50b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ end_of_line = crlf

[pom.xml]
indent_style = tab
indent_size = 2

[*.java]
ij_java_class_count_to_use_import_on_demand = 999
ij_java_names_count_to_use_import_on_demand = 999
ij_java_use_single_class_imports = true

0 comments on commit 9cc50b5

Please sign in to comment.