Honor "Use continuation indent in argument lists" for indent by Enter

#KT-22121 Fixed
This commit is contained in:
Dmitry Jemerov
2018-01-08 17:23:25 +01:00
parent d79ac58340
commit 8c7f57ca83
4 changed files with 25 additions and 15 deletions
@@ -0,0 +1,7 @@
fun test(i: Int) {
test(
<caret>
)
}
// SET_FALSE: CONTINUATION_INDENT_IN_ARGUMENT_LISTS
@@ -0,0 +1,5 @@
fun test(i: Int) {
test(<caret>)
}
// SET_FALSE: CONTINUATION_INDENT_IN_ARGUMENT_LISTS