Formatter: left brace formatting for "do while"
This commit is contained in:
@@ -5,13 +5,11 @@ fun test() {
|
||||
do {
|
||||
} while (true)
|
||||
|
||||
do
|
||||
{
|
||||
do {
|
||||
}
|
||||
while (true)
|
||||
|
||||
do
|
||||
{
|
||||
do {
|
||||
}
|
||||
while (true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user