Option to apply normal indent to children of 'if' expressions

This commit is contained in:
Dmitry Jemerov
2017-12-13 16:29:27 +01:00
parent 640bf22e4f
commit 79a509df7b
11 changed files with 124 additions and 8 deletions
@@ -1,5 +1,5 @@
fun foo(b: Boolean) {
if (// comment 1
b) 1 // comment 2
b) 1 // comment 2
else 2
}