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