2024-10-15 08:32:32 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
insert_final_newline = true
|
|
|
|
|
2024-05-15 23:49:48 +02:00
|
|
|
[*.{kt,kts}]
|
2024-10-15 08:32:32 +02:00
|
|
|
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
|
|
|
|
ktlint_function_naming_ignore_when_annotated_with = Composable
|
|
|
|
|
|
|
|
# Disable wildcard imports entirely
|
|
|
|
ij_kotlin_name_count_to_use_star_import = 2147483647
|
|
|
|
ij_kotlin_name_count_to_use_star_import_for_members = 2147483647
|
|
|
|
ij_kotlin_packages_to_use_import_on_demand = unset
|