Don't merge two lines in formatter after line comment (KT-16032)
#KT-16032 Fixed
This commit is contained in:
+8
-1
@@ -22,4 +22,11 @@ enum class E7 {
|
||||
F {
|
||||
|
||||
}, S, T
|
||||
}
|
||||
}
|
||||
|
||||
enum class E8 {
|
||||
A, // A
|
||||
B // B
|
||||
}
|
||||
|
||||
// SET_TRUE: KEEP_LINE_BREAKS
|
||||
Reference in New Issue
Block a user