Formatter: left brace formatting for "do while"
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
fun main() {
|
||||
do {
|
||||
|
||||
} while (true)
|
||||
|
||||
do
|
||||
{
|
||||
|
||||
} while (true)
|
||||
|
||||
do
|
||||
|
||||
{
|
||||
|
||||
} while (true)
|
||||
|
||||
do //eol comment
|
||||
{
|
||||
|
||||
} while (true)
|
||||
|
||||
do //eol comment
|
||||
|
||||
{
|
||||
|
||||
} while (true)
|
||||
}
|
||||
|
||||
// SET_TRUE: LBRACE_ON_NEXT_LINE
|
||||
Reference in New Issue
Block a user