2024-05-28 12:28:09 +00:00
|
|
|
root = true
|
|
|
|
|
2024-05-29 16:04:30 +00:00
|
|
|
[{*.java,*.js,*.tsx,*.adoc}]
|
2024-05-28 12:28:09 +00:00
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.java]
|
|
|
|
# Don't use class imports with an asterisk ('*') in IntelliJ
|
|
|
|
ij_java_use_single_class_imports = true
|
|
|
|
ij_java_class_count_to_use_import_on_demand = 999
|
|
|
|
ij_java_names_count_to_use_import_on_demand = 999
|