We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5977dbd commit 8422374Copy full SHA for 8422374
plugin-gradle/README.md
@@ -270,7 +270,7 @@ spotless {
270
Not only can you format your code with Eclipse JDT, but you can also sort the members as you know it from Eclipse IDE.
271
This ensures that the methods are always in sorted order (and thus reduces the likelihood of collisions in a version
272
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.
+for a project.
274
275
The format to specify the sort order follows the `outlinesortoption` and `org.eclipse.jdt.ui.visibility.order`
276
properties that can be found in the workspace folder of your Eclipse IDE (look up the
0 commit comments