20 lines
518 B
INI
20 lines
518 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{kt,kts}]
|
|
indent_size = 4
|
|
ij_kotlin_packages_to_use_import_on_demand = unset
|
|
ij_kotlin_name_count_to_use_star_import = 999
|
|
ij_kotlin_name_count_to_use_star_import_for_members = 999
|
|
max_line_length = off
|
|
ktlint_function_naming_ignore_when_annotated_with = Composable
|
|
ktlint_code_style = android_studio
|
|
ij_kotlin_allow_trailing_comma_on_call_site = true
|
|
ij_kotlin_allow_trailing_comma = true
|
|
|
|
[*.{yml,yaml}]
|
|
indent_size = 2 |