@@ -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 -->
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 -->
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 -->
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
```
@@ -1035,7 +1035,7 @@ Alternatively you can supply spotless with a location of the `.npmrc` file to us
1035
1035
1036
1036
## Eclipse web tools platform
1037
1037
1038
- [ changelog] ( https://www.eclipse.org/webtools/ ) . [ compatible versions] ( https://github.com/diffplug/spotless/tree/main/lib-extra/src/main/resources/com/diffplug/spotless/extra/eclipse_wtp_formatters ) .
1038
+ [ changelog] ( https://www.eclipse.org/webtools/ ) . [ compatible versions] ( https://github.com/diffplug/spotless/tree/main/lib-extra/src/main/resources/com/diffplug/spotless/extra/eclipse_wtp_formatter ) .
1039
1039
1040
1040
``` xml
1041
1041
<configuration >
@@ -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 -->
1055
+ <version >4.21 .0</version > <!-- optional version of Eclipse Formatter -->
1056
1056
</eclipseWtp >
1057
1057
</format >
1058
1058
</formats >
0 commit comments