Add "Wrap extends/implements list" option
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Foo : Comparable<*>,
|
||||
Appendable {
|
||||
|
||||
}
|
||||
|
||||
// SET_INT: EXTENDS_LIST_WRAP = 2
|
||||
// SET_TRUE: ALIGN_MULTILINE_EXTENDS_LIST
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
class Foo : Comparable<*>, Appendable {
|
||||
|
||||
}
|
||||
|
||||
// SET_INT: EXTENDS_LIST_WRAP = 2
|
||||
// SET_TRUE: ALIGN_MULTILINE_EXTENDS_LIST
|
||||
Reference in New Issue
Block a user