[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:
Frederik Haselmeier
2024-01-16 13:35:09 +01:00
committed by intellij-monorepo-bot
parent 298c8920a6
commit 9503de0267

View File

@@ -15,3 +15,4 @@ 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