Stop formatting line breaks between keywords and parentheses
This commit is contained in:
committed by
Dmitry Jemerov
parent
c6acc4c5be
commit
839141e4f6
+6
-2
@@ -21,11 +21,15 @@ fun some(x: Any) {
|
||||
|
||||
}
|
||||
|
||||
when (true) {
|
||||
when
|
||||
(true) {
|
||||
|
||||
}
|
||||
|
||||
when (true) {
|
||||
when
|
||||
|
||||
|
||||
(true) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user