mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 15:02:05 -03:30
12 lines
326 B
INI
12 lines
326 B
INI
root = true
|
|
|
|
[{*.java,*.properties,*.js,*.tsx,*.adoc}]
|
|
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
|