Files
openide/.editorconfig
Frederik Haselmeier 9503de0267 [Kotlin] Changed IntelliJ monorepo default Kotlin code style to be the obsolete style
This is required because the new default code style is the official code style, so to avoid unexpected differences in formatting we change it explicitly to the obsolete code style (the old default).

KTIJ-20988

GitOrigin-RevId: cd2e2559d858145602281345fca662be6d7a2b4a
2024-01-31 22:40:43 +00:00

18 lines
472 B
INI

root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 2
ij_continuation_indent_size = 2
max_line_length = 140
tab_width = 2
ij_any_else_on_new_line = true
ij_any_catch_on_new_line = true
ij_any_finally_on_new_line = true
ij_any_block_comment_at_first_column = false
ij_any_line_comment_at_first_column = false
ij_javascript_force_semicolon_style = true
ij_javascript_use_semicolon_after_statement = false
ij_kotlin_code_style_defaults = KOTLIN_OLD_DEFAULTS