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
@@ -0,0 +1,8 @@
fun a() {
(fun(i: Int) {
})(<caret>)
}
// SET_TRUE: ALIGN_MULTILINE_METHOD_BRACKETS
// IGNORE_FORMATTER