mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-4384 Refactorings should obey "align when multiline"
1. Method parameters/method call arguments are reformatted during method return type/name/modifiers change now (corresponding logic is added at PSI level); 2. Corresponding tests are added;
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
public class Test {
|
||||
public static void test123(int i,
|
||||
int j) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user