Fix formatting of class headers when "blank lines after class

header" is enabled
This commit is contained in:
Dmitry Jemerov
2017-09-06 10:00:53 +02:00
parent f4b329a055
commit 4e4291c586
3 changed files with 20 additions and 4 deletions
@@ -25,4 +25,10 @@ class FooC(
fun bar()
}
enum class Foo { Bar, Baz }
class Foo {
fun bar() {}
}
// SET_INT: BLANK_LINES_AFTER_CLASS_HEADER = 1
+4
View File
@@ -23,4 +23,8 @@ class FooC(
fun bar()
}
enum class Foo{Bar,Baz}
class Foo{fun bar() {}}
// SET_INT: BLANK_LINES_AFTER_CLASS_HEADER = 1