10 lines
226 B
INI
10 lines
226 B
INI
# ktlint reads EditorConfig for Kotlin style settings.
|
|
# https://pinterest.github.io/ktlint/latest/rules/standard/
|
|
root = true
|
|
|
|
[*.{kt,kts}]
|
|
max_line_length = 100
|
|
indent_size = 4
|
|
indent_style = space
|
|
ktlint_standard = enabled
|