14 lines
554 B
INI
14 lines
554 B
INI
# noinspection EditorConfigKeyCorrectness
|
|
[*.{kt,kts}]
|
|
# i like glob imports
|
|
# disabled_rules = no-wildcard-imports, no-unused-imports, filename
|
|
ij_kotlin_allow_trailing_comma = true
|
|
ij_kotlin_allow_trailing_comma_on_call_site = true
|
|
no-wildcard-imports = disabled
|
|
ktlint_standard_no-wildcard-imports = disabled
|
|
ktlint_standard_filename = disabled
|
|
# i actually like this setting but the kotlinter plugin does not :(
|
|
ktlint_standard_multiline-expression-wrapping = disabled
|
|
# needed because of our tests methods
|
|
ktlint_standard_function-naming = disabled
|