KotlinLikeLangLineIndentProvider: improve indent for braces
Part of #KT-22211 Part of #KT-39353
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
fun a() {
|
||||
val b = listOf(fun(c: Int) {})
|
||||
b[0](<caret>)
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_METHOD_BRACKETS
|
||||
// IGNORE_FORMATTER
|
||||
Reference in New Issue
Block a user