KotlinLikeLangLineIndentProvider: improve indent for braces

Part of #KT-22211
Part of #KT-39353
This commit is contained in:
Dmitry Gridin
2020-06-13 22:40:48 +07:00
parent 9d6ea3c073
commit 01707800c1
33 changed files with 372 additions and 23 deletions
@@ -2,7 +2,9 @@ fun a() {
val a = listOf(1, 2)
println(
a[
<caret>
<caret>
]
)
}
// IGNORE_FORMATTER
@@ -4,3 +4,5 @@ fun a() {
a[<caret>]
)
}
// IGNORE_FORMATTER