Formatter: left brace formatting for "while" statement
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
fun main(args: Array<String>) {
|
||||
while (true)
|
||||
{
|
||||
}
|
||||
|
||||
while (true)
|
||||
{
|
||||
}
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
while (true) //blabla
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
while (true) //blabla
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// SET_TRUE: LBRACE_ON_NEXT_LINE
|
||||
Reference in New Issue
Block a user