Option to apply normal indent to children of 'if' expressions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun foo(b: Boolean) {
|
||||
if (// comment 1
|
||||
b) 1 // comment 2
|
||||
b) 1 // comment 2
|
||||
else 2
|
||||
}
|
||||
Reference in New Issue
Block a user