Files
Kilo-Org_kilocode/.editorconfig
kirillk a63d77a4f7 refactor: streamline jetbrains session UI and tests
Keep SessionUi construction phased and align the session test tree with the production package layout so the UI and update flow are easier to navigate. Also pin Kotlin editorconfig defaults so IDE formatting matches repo expectations.
2026-04-24 15:04:54 -04:00

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