Formatter: support "while on new line" option
This commit is contained in:
@@ -25,7 +25,6 @@ class Test() {
|
||||
|
||||
do {
|
||||
System.out.println("Ok")
|
||||
}
|
||||
while (One.myContainer.myBoolean)
|
||||
} while (One.myContainer.myBoolean)
|
||||
}
|
||||
}
|
||||
@@ -25,7 +25,6 @@ open class Test() {
|
||||
|
||||
do {
|
||||
System.out?.println("Ok")
|
||||
}
|
||||
while (One.myContainer?.myBoolean!!)
|
||||
} while (One.myContainer?.myBoolean!!)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user