Skip to content

Commit dff9082

Browse files
committed
Aligned configuration item names and documentation.
1 parent bf2e78b commit dff9082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin-maven/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ By default, all files matching `src/main/java/**/*.java` and `src/test/java/**/*
9898
</licenseHeader>
9999
<eclipse>
100100
<!-- Optional, otherwise Eclipse defaults are used. Eclipse preference or property files are also supported. -->
101-
<file>${basedir}/eclipse-fmt.xml</file>
101+
<file>${basedir}/eclipse-format.xml</file>
102102
<!-- Optional, available versions: https://github.com/diffplug/spotless/tree/master/lib-extra/src/main/resources/com/diffplug/spotless/extra/config/eclipse_jdt_formatter -->
103103
<version>4.7.1</version>
104104
</eclipse>
@@ -112,13 +112,13 @@ By default, all files matching `src/main/java/**/*.java` and `src/test/java/**/*
112112
<importOrder>
113113
<!-- Specify either order or file, but not both -->
114114
<order>java,javax,org,com,com.diffplug,</order>
115-
<file>${basedir}/importOrder</file>
115+
<file>${basedir}/eclipse.importorder</file>
116116
</importOrder>
117117
</java>
118118
</configuration>
119119
```
120120

121-
See [ECLIPSE_SCREENSHOTS](../ECLIPSE_SCREENSHOTS.md) for screenshots that demonstrate how to get and install the eclipseFormatFile and importOrderFile mentioned above.
121+
See [ECLIPSE_SCREENSHOTS](../ECLIPSE_SCREENSHOTS.md) for screenshots that demonstrate how to get and install the Eclipse format configuration file and Eclipse import order file mentioned above.
122122

123123
<a name="scala"></a>
124124

0 commit comments

Comments
 (0)