Indent () in if, when, while and do-while with continuation indent (KT-5897)
#KT-5897 Fixed
This commit is contained in:
+6
@@ -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
|
||||
Reference in New Issue
Block a user