27 lines
982 B
INI
27 lines
982 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
|
|
[{*.kt,*.kts}]
|
|
|
|
[*.{kt,kts}]
|
|
# 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_code_style_defaults = KOTLIN_OFFICIAL
|
|
end_of_line = lf
|
|
ij_kotlin_allow_trailing_comma = true
|
|
ij_kotlin_allow_trailing_comma_on_call_site = true
|
|
ij_kotlin_imports_layout = *, java.**, javax.**, kotlin.**, ^
|
|
ij_kotlin_packages_to_use_import_on_demand = unset
|
|
indent_size = 4
|
|
indent_style = space
|
|
ktlint_chain_method_rule_force_multiline_when_chain_operator_count_greater_or_equal_than = unset
|
|
ktlint_class_signature_rule_force_multiline_when_parameter_count_greater_or_equal_than = 1
|
|
ktlint_code_style = ktlint_official
|
|
ktlint_function_signature_body_expression_wrapping = multiline
|
|
ktlint_function_signature_rule_force_multiline_when_parameter_count_greater_or_equal_than = 2
|
|
ktlint_ignore_back_ticked_identifier = false
|
|
max_line_length = 140 |