Skip to content

Commit

Permalink
Remove h6 headers in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Nov 3, 2024
1 parent 864ddc8 commit f1a9749
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions plugin-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,6 @@ The format to specify the sort order follows the `outlinesortoption` and `org.ec
properties that can be found in the workspace folder of your Eclipse IDE. You can look at the
file `.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs` in your workspace directory.

###### Define Sort Members settings on project level

```gradle
spotless {
java {
Expand All @@ -298,8 +296,6 @@ spotless {
.sortMembersVisibilityOrder("B,R,D,V")
```

###### Overwrite Sort Members settings on file level

You can enable/disable the globally defined sort properties on file level by adding the following comments:
- `// @SortMembers:enabled=false` - disable the Sort Members feature for this file
- `// @SortMembers:doNotSortFields=true` - disable the sorting of static and instance fields
Expand Down
4 changes: 0 additions & 4 deletions plugin-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ The format to specify the sort order follows the `outlinesortoption` and `org.ec
properties that can be found in the workspace folder of your Eclipse IDE. You can look at the
file `.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs` in your workspace directory.

###### Define Sort Members settings on project level

```xml
<eclipse>
<!-- Optional: Enable the Sort Members feature globally. (default: false) -->
Expand All @@ -298,8 +296,6 @@ file `.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs` in y
</eclipse>
```

###### Overwrite Sort Members settings on file level

You can enable/disable the globally defined sort properties on file level by adding the following comments:
- `// @SortMembers:enabled=false` - disable the Sort Members feature for this file
- `// @SortMembers:doNotSortFields=true` - disable the sorting of static and instance fields
Expand Down

0 comments on commit f1a9749

Please sign in to comment.