Formatter: left brace formatting for function declaration

This commit is contained in:
Pavel V. Talanov
2014-01-17 13:12:05 +04:00
parent e0b1170dc6
commit e1dab0e1c7
13 changed files with 143 additions and 19 deletions
@@ -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