Skip to content

Commit f1a9749

Browse files
committed
Remove h6 headers in the docs.
1 parent 864ddc8 commit f1a9749

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

plugin-gradle/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ The format to specify the sort order follows the `outlinesortoption` and `org.ec
278278
properties that can be found in the workspace folder of your Eclipse IDE. You can look at the
279279
file `.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
284282
spotless {
285283
java {
@@ -298,8 +296,6 @@ spotless {
298296
.sortMembersVisibilityOrder("B,R,D,V")
299297
```
300298

301-
###### Overwrite Sort Members settings on file level
302-
303299
You 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

plugin-maven/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,6 @@ The format to specify the sort order follows the `outlinesortoption` and `org.ec
279279
properties that can be found in the workspace folder of your Eclipse IDE. You can look at the
280280
file `.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-
303299
You 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

0 commit comments

Comments
 (0)