a63d77a4f7
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.
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
|