2023-02-04 19:58:53 +01:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2023-04-10 14:26:10 +02:00
|
|
|
# Disable wildcard imports
|
2023-09-02 23:16:29 +02:00
|
|
|
[*.{java,kt}]
|
2023-04-10 14:26:10 +02:00
|
|
|
ij_kotlin_name_count_to_use_star_import = 999
|
|
|
|
ij_kotlin_name_count_to_use_star_import_for_members = 999
|
|
|
|
ij_java_class_count_to_use_import_on_demand = 999
|
2023-09-02 23:16:29 +02:00
|
|
|
# Require trailing comma
|
|
|
|
ij_kotlin_allow_trailing_comma = true
|
|
|
|
ij_kotlin_allow_trailing_comma_on_call_site = true
|
2023-04-10 14:26:10 +02:00
|
|
|
|
2023-02-04 19:58:53 +01:00
|
|
|
[*.{yml,yaml}]
|
|
|
|
indent_size = 2
|