File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ any other maven phase (i.e. compile) then it can be configured as below;
241
241
242
242
``` xml
243
243
<eclipse >
244
- <version >4.13 .0</version > <!-- optional version of Eclipse Formatter -->
244
+ <version >4.21 .0</version > <!-- optional version of Eclipse Formatter -->
245
245
<file >${project.basedir}/eclipse-formatter.xml</file > <!-- optional -->
246
246
</eclipse >
247
247
```
@@ -316,7 +316,7 @@ These mechanisms already exist for the Gradle plugin.
316
316
317
317
``` xml
318
318
<greclipse >
319
- <version >4.13 .0</version > <!-- optional version of Eclipse Formatter -->
319
+ <version >4.21 .0</version > <!-- optional version of Eclipse Formatter -->
320
320
<file >${project.basedir}/greclipse.properties</file > <!-- optional -->
321
321
</greclipse >
322
322
```
@@ -466,7 +466,7 @@ Additionally, `editorConfigOverride` options will override what's supplied in `.
466
466
467
467
``` xml
468
468
<eclipseCdt >
469
- <version >4.13 .0</version > <!-- optional version of Eclipse Formatter -->
469
+ <version >4.21 .0</version > <!-- optional version of Eclipse Formatter -->
470
470
<file >${project.basedir}/eclipse-cdt.xml</file > <!-- optional -->
471
471
</eclipseCdt >
472
472
```
@@ -1052,7 +1052,7 @@ Alternatively you can supply spotless with a location of the `.npmrc` file to us
1052
1052
<file >${project.basedir}/xml.prefs</file >
1053
1053
<file >${project.basedir}/additional.properties</file >
1054
1054
</files >
1055
- <version >4.13 .0</version > <!-- optional version of Eclipse Formatter -->
1055
+ <version >4.21 .0</version > <!-- optional version of Eclipse Formatter -->
1056
1056
</eclipseWtp >
1057
1057
</format >
1058
1058
</formats >
You can’t perform that action at this time.
0 commit comments