Skip to content

Commit

Permalink
chore: configure markdownlint to allow non-sibling repeat headings (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeebeats authored Dec 22, 2023
1 parent 383b2d1 commit c8c190a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,13 @@
"gopls": {
"formatting.gofumpt": false,
"formatting.local": "github.com/coffeebeats/gdenv"
},

/* ------------------------ Extensions: markdownlint ------------------------ */

"markdownlint.config": {
"MD024": {
"siblings_only": true
}
}
}

0 comments on commit c8c190a

Please sign in to comment.