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