Files
2026-07-13 13:12:00 +08:00

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