mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
IDEA-19328 "Simple blocks on one line" and "Force braces" aren't applied ideally
Test data is corrected in accordance with formatting algorithm fixes
This commit is contained in:
@@ -23,9 +23,7 @@ public class Foo {
|
||||
label2:
|
||||
for (int i = 0;
|
||||
i < 5;
|
||||
i++) {
|
||||
doSomething(i);
|
||||
}
|
||||
i++) { doSomething(i); }
|
||||
}
|
||||
switch (a) {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user