Skip to content

Commit 80c36bf

Browse files
authored
Enhancement of Groovy-Eclipse user documentation (#452)
Enhancement of Groovy-Eclipse user documentation.
1 parent 6c7db83 commit 80c36bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin-gradle/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ spotless {
198198

199199
### [Groovy-Eclipse](https://github.com/groovy/groovy-eclipse) formatter
200200

201-
The formatter is based on the Eclipse Java formatter as used by `eclipseFormatFile`. It uses the same configuration parameters plus a few additional ones.
202-
These parameters can be configured within a single file, like the Java properties file [greclipse.properties](../lib-extra/src/test/resources/groovy/greclipse/format/greclipse.properties) in the previous example. The formatter step can also load the [exported Eclipse properties](../ECLIPSE_SCREENSHOTS.md) and augment it with the `org.codehaus.groovy.eclipse.ui.prefs` from the Eclipse workspace as shown below.
201+
The Groovy formatter uses some of the Eclipse [Java formatter](#java) configuration parameters in addition to Groovy-Eclipse specific ones. All parameters can be configured within a single file, like the Java properties file [greclipse.properties](../testlib/src/main/resources/groovy/greclipse/format/greclipse.properties) in the previous example. The formatter step can also load the [exported Eclipse properties](../ECLIPSE_SCREENSHOTS.md) and augment it with the `.metadata/.plugins/org.eclipse.core.runtime/.settings/org.codehaus.groovy.eclipse.ui.prefs` from your Eclipse workspace as shown below.
202+
203203

204204
```gradle
205205
spotless {

0 commit comments

Comments
 (0)