9 lines
166 B
INI
Raw Normal View History

# EditorConfig is awesome: https://editorconfig.org
# top-most EditorConfig file
root = true
[*.{kt,kts}]
indent_size = 4
indent_style = space
max_line_length = 120