Formatter: force keyword to be on exactly next line if the corresponding option is set
This commit is contained in:
@@ -12,6 +12,15 @@ fun f() {
|
||||
} else {
|
||||
}
|
||||
|
||||
if (true) {
|
||||
}
|
||||
|
||||
else if (true) {
|
||||
}
|
||||
|
||||
else {
|
||||
}
|
||||
|
||||
if (a) 3 else 4
|
||||
|
||||
if (a) 5
|
||||
|
||||
Reference in New Issue
Block a user