Make formatter put no indent after a line break inside/after a modifier list

This commit is contained in:
Andrey Breslav
2013-09-20 15:22:46 +04:00
parent 8952365ae3
commit 2d01e93fa4
35 changed files with 245 additions and 3 deletions
@@ -0,0 +1,8 @@
class C {
fun foo0() {
}
private
fun foo() {
}
}