Code style: add option for blank lines before declarations
#KT-39024 Fixed #KT-37420 Fixed #KT-37891 Fixed
This commit is contained in:
@@ -37,4 +37,13 @@ enum class E10 { F, S, T;
|
||||
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