mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
[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
This commit is contained in:
committed by
intellij-monorepo-bot
parent
298c8920a6
commit
9503de0267
@@ -14,4 +14,5 @@ ij_any_finally_on_new_line = true
|
|||||||
ij_any_block_comment_at_first_column = false
|
ij_any_block_comment_at_first_column = false
|
||||||
ij_any_line_comment_at_first_column = false
|
ij_any_line_comment_at_first_column = false
|
||||||
ij_javascript_force_semicolon_style = true
|
ij_javascript_force_semicolon_style = true
|
||||||
ij_javascript_use_semicolon_after_statement = false
|
ij_javascript_use_semicolon_after_statement = false
|
||||||
|
ij_kotlin_code_style_defaults = KOTLIN_OLD_DEFAULTS
|
||||||
Reference in New Issue
Block a user