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