Skip to content

Commit 8422374

Browse files
committed
Update README.md
1 parent 5977dbd commit 8422374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gradle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ spotless {
270270
Not only can you format your code with Eclipse JDT, but you can also sort the members as you know it from Eclipse IDE.
271271
This ensures that the methods are always in sorted order (and thus reduces the likelihood of collisions in a version
272272
control system). It is turned off by default, but you might want to consider enabling it when setting coding standards
273-
for the rest of the team.
273+
for a project.
274274

275275
The format to specify the sort order follows the `outlinesortoption` and `org.eclipse.jdt.ui.visibility.order`
276276
properties that can be found in the workspace folder of your Eclipse IDE (look up the

0 commit comments

Comments
 (0)