mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
This allows to undo the formatting separately from the typing which has triggered the formatting (IDEA-126243)
7 lines
85 B
Java
7 lines
85 B
Java
class Foo {
|
|
void m() {
|
|
if (true) {
|
|
System.out.println();
|
|
}<caret>
|
|
}
|
|
} |