mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
File indent options provider API: a flag to skip a provider on full reformat, logging
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
private void foo(boolean b) {
|
||||
int x;
|
||||
if (b) {
|
||||
System.out.println(x);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
private void foo(boolean b) {
|
||||
int x;
|
||||
if (b) {
|
||||
System.out.println(x);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
class A {
|
||||
private void foo(boolean b) {
|
||||
int x;
|
||||
if (b) {
|
||||
System.out.println(x);
|
||||
}
|
||||
}
|
||||
private void foo(boolean b) {
|
||||
int x;
|
||||
if (b) {
|
||||
System.out.println(x);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
private void foo(boolean b) {
|
||||
int x;
|
||||
if (b) {
|
||||
System.out.println(x);
|
||||
}
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
private void foo(boolean b) {
|
||||
int x;
|
||||
if (b) {
|
||||
System.out.println(x);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
private void foo(boolean b) {
|
||||
int x;
|
||||
if (b) {
|
||||
System.out.println(x);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
private void foo(boolean b) {
|
||||
int x;
|
||||
if (b) {
|
||||
System.out.println(x);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
class A {
|
||||
private void foo(boolean b) {
|
||||
int x;
|
||||
if (b) {
|
||||
System.out.println(x);
|
||||
}
|
||||
}
|
||||
private void foo(boolean b) {
|
||||
int x;
|
||||
if (b) {
|
||||
System.out.println(x);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user