mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
15 lines
228 B
INI
15 lines
228 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
max_line_length = 80
|
|
|
|
[*.{kt,kts}]
|
|
indent_size = 4
|
|
tab_width = 4
|
|
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
|