Option to apply normal indent to children of 'if' expressions
This commit is contained in:
+3
-4
@@ -2,9 +2,9 @@ fun test() {
|
||||
val somelong = 1 + 2 +
|
||||
3 - 4 -
|
||||
5 * 6 *
|
||||
7 / 8 /
|
||||
9 % 10 %
|
||||
11
|
||||
7 / 8 /
|
||||
9 % 10 %
|
||||
11
|
||||
|
||||
val withBrackets = 3 +
|
||||
4 - (5 +
|
||||
@@ -12,4 +12,3 @@ fun test() {
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
|
||||
// Strage behaviour for disabled alignment is same to Java
|
||||
|
||||
Reference in New Issue
Block a user