Code style: add option for blank lines before declarations
#KT-39024 Fixed #KT-37420 Fixed #KT-37891 Fixed
This commit is contained in:
@@ -43,4 +43,15 @@ enum class E10 {
|
||||
val x = 1
|
||||
}
|
||||
|
||||
enum class TestEnum {
|
||||
/** A comment for the item #1. */
|
||||
ITEM1,
|
||||
|
||||
/** A comment for the item #2. */
|
||||
ITEM2,
|
||||
|
||||
/** A comment for the item #3. */
|
||||
ITEM3
|
||||
}
|
||||
|
||||
// SET_TRUE: KEEP_LINE_BREAKS
|
||||
Reference in New Issue
Block a user