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