Stop formatting line breaks between keywords and parentheses
This commit is contained in:
committed by
Dmitry Jemerov
parent
c6acc4c5be
commit
839141e4f6
+2
-1
@@ -3,7 +3,8 @@ fun f() {
|
||||
}
|
||||
if (1 == 2) {
|
||||
}
|
||||
if (1 == 2) {
|
||||
if
|
||||
(1 == 2) {
|
||||
}
|
||||
|
||||
if (true) {
|
||||
|
||||
Reference in New Issue
Block a user