File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -278,8 +278,6 @@ The format to specify the sort order follows the `outlinesortoption` and `org.ec
278
278
properties that can be found in the workspace folder of your Eclipse IDE. You can look at the
279
279
file ` .plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs ` in your workspace directory.
280
280
281
- ###### Define Sort Members settings on project level
282
-
283
281
``` gradle
284
282
spotless {
285
283
java {
@@ -298,8 +296,6 @@ spotless {
298
296
.sortMembersVisibilityOrder("B,R,D,V")
299
297
```
300
298
301
- ###### Overwrite Sort Members settings on file level
302
-
303
299
You can enable/disable the globally defined sort properties on file level by adding the following comments:
304
300
- ` // @SortMembers:enabled=false ` - disable the Sort Members feature for this file
305
301
- ` // @SortMembers:doNotSortFields=true ` - disable the sorting of static and instance fields
Original file line number Diff line number Diff line change @@ -279,8 +279,6 @@ The format to specify the sort order follows the `outlinesortoption` and `org.ec
279
279
properties that can be found in the workspace folder of your Eclipse IDE. You can look at the
280
280
file ` .plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs ` in your workspace directory.
281
281
282
- ###### Define Sort Members settings on project level
283
-
284
282
``` xml
285
283
<eclipse >
286
284
<!-- Optional: Enable the Sort Members feature globally. (default: false) -->
@@ -298,8 +296,6 @@ file `.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs` in y
298
296
</eclipse >
299
297
```
300
298
301
- ###### Overwrite Sort Members settings on file level
302
-
303
299
You can enable/disable the globally defined sort properties on file level by adding the following comments:
304
300
- ` // @SortMembers:enabled=false ` - disable the Sort Members feature for this file
305
301
- ` // @SortMembers:doNotSortFields=true ` - disable the sorting of static and instance fields
You can’t perform that action at this time.
0 commit comments