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
278278properties that can be found in the workspace folder of your Eclipse IDE. You can look at the
279279file ` .plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs ` in your workspace directory.
280280
281- ###### Define Sort Members settings on project level
282-
283281``` gradle
284282spotless {
285283 java {
@@ -298,8 +296,6 @@ spotless {
298296 .sortMembersVisibilityOrder("B,R,D,V")
299297```
300298
301- ###### Overwrite Sort Members settings on file level
302-
303299You can enable/disable the globally defined sort properties on file level by adding the following comments:
304300- ` // @SortMembers:enabled=false ` - disable the Sort Members feature for this file
305301- ` // @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
279279properties that can be found in the workspace folder of your Eclipse IDE. You can look at the
280280file ` .plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs ` in your workspace directory.
281281
282- ###### Define Sort Members settings on project level
283-
284282``` xml
285283<eclipse >
286284 <!-- 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
298296</eclipse >
299297```
300298
301- ###### Overwrite Sort Members settings on file level
302-
303299You can enable/disable the globally defined sort properties on file level by adding the following comments:
304300- ` // @SortMembers:enabled=false ` - disable the Sort Members feature for this file
305301- ` // @SortMembers:doNotSortFields=true ` - disable the sorting of static and instance fields
You can’t perform that action at this time.
0 commit comments