Indent () in if, when, while and do-while with continuation indent (KT-5897)

#KT-5897 Fixed
This commit is contained in:
Nikolay Krasko
2016-12-06 20:10:47 +03:00
parent 211cae2ad2
commit 300601da54
5 changed files with 34 additions and 0 deletions
@@ -0,0 +1,6 @@
fun test() {
if (true &&
<caret>)
}
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
@@ -0,0 +1,6 @@
fun test() {
if (true &&
<caret>)
}
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
@@ -0,0 +1,5 @@
fun test() {
if (true &&<caret>)
}
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION