Preserve formatting of parenthesis in calls too
This commit is contained in:
@@ -5,6 +5,7 @@ class F {
|
||||
void f2(int[] array) {
|
||||
f1(1, 2,
|
||||
3, 4,
|
||||
array);
|
||||
array
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user