12 lines
335 B
INI
12 lines
335 B
INI
root = true
|
|
|
|
[*.{kt,kts}]
|
|
|
|
ktlint_code_style = android_studio
|
|
max_line_length = 140
|
|
|
|
# Disable rules ktlint can't fix itself with spotlessApply
|
|
ktlint_standard_no-wildcard-imports = disabled
|
|
ktlint_standard_comment-wrapping = disabled
|
|
ktlint_standard_property-naming = disabled
|
|
ktlint_standard_discouraged-comment-location = disabled |