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