Formatter: force keyword to be on exactly next line if the corresponding option is set

This commit is contained in:
Pavel V. Talanov
2014-01-20 14:40:17 +04:00
parent 53d503e242
commit 4ef7086e5c
10 changed files with 61 additions and 3 deletions
+9
View File
@@ -12,6 +12,15 @@ fun f() {
} else {
}
if (true) {
}
else if (true) {
}
else {
}
if (a) 3 else 4
if (a) 5