keycloak-scim/.editorconfig
Alexander Schwartz 27a4d03c34 Don't apply editorconfig auto-formatting to properties file for now
Closes #29982

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
2024-05-29 19:00:06 +02:00

11 lines
313 B
INI

root = true
[{*.java,*.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