Formatter: left brace formatting for function declaration
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
fun f() {
|
||||
}
|
||||
|
||||
fun f()
|
||||
{
|
||||
}
|
||||
|
||||
fun f()
|
||||
|
||||
{
|
||||
}
|
||||
|
||||
fun f() //eol comment
|
||||
{
|
||||
}
|
||||
|
||||
fun f() //eol comment
|
||||
|
||||
{
|
||||
}
|
||||
|
||||
class A {
|
||||
fun f() {
|
||||
}
|
||||
|
||||
fun f()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
fun g() {
|
||||
fun f() {
|
||||
}
|
||||
|
||||
fun f()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// SET_TRUE: LBRACE_ON_NEXT_LINE
|
||||
Reference in New Issue
Block a user