Fix formatting of class headers when "blank lines after class
header" is enabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user