Skip to content

Commit bf2e78b

Browse files
committed
Improved Java Eclipse formatter documentation.
1 parent 9069a06 commit bf2e78b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugin-maven/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ By default, all files matching `src/main/java/**/*.java` and `src/test/java/**/*
9797
<file>${basedir}/license-header</file>
9898
</licenseHeader>
9999
<eclipse>
100+
<!-- Optional, otherwise Eclipse defaults are used. Eclipse preference or property files are also supported. -->
100101
<file>${basedir}/eclipse-fmt.xml</file>
101102
<!-- Optional, available versions: https://github.com/diffplug/spotless/tree/master/lib-extra/src/main/resources/com/diffplug/spotless/extra/config/eclipse_jdt_formatter -->
102103
<version>4.7.1</version>
@@ -117,6 +118,8 @@ By default, all files matching `src/main/java/**/*.java` and `src/test/java/**/*
117118
</configuration>
118119
```
119120

121+
See [ECLIPSE_SCREENSHOTS](../ECLIPSE_SCREENSHOTS.md) for screenshots that demonstrate how to get and install the eclipseFormatFile and importOrderFile mentioned above.
122+
120123
<a name="scala"></a>
121124

122125
## Applying to Scala source

0 commit comments

Comments
 (0)