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-08-16 20:28:19 +02:00
|
|
|
[*.{java,kt}]
|
2024-01-04 17:00:55 +01:00
|
|
|
ij_kotlin_imports_layout = *
|
|
|
|
|
2023-04-10 14:26:10 +02:00
|
|
|
# Disable wildcard imports
|
|
|
|
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
|
2024-01-04 17:00:55 +01:00
|
|
|
|
|
|
|
ktlint_code_style = android_studio
|
|
|
|
|
|
|
|
# Disable trailing comma
|
|
|
|
ktlint_standard_trailing-comma-on-call-site = disabled
|
|
|
|
ktlint_standard_trailing-comma-on-declaration-site = disabled
|
|
|
|
|
|
|
|
max_line_length = off
|
2023-04-10 14:26:10 +02:00
|
|
|
|
2023-02-04 19:58:53 +01:00
|
|
|
[*.{yml,yaml}]
|
|
|
|
indent_size = 2
|