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