KotlinLikeLangLineIndentProvider: improve indent for braces
Part of #KT-22211 Part of #KT-39353
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user