Skip to content

Commit

Permalink
Add markdownlint configuration in settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmecano committed May 7, 2022
1 parent 74dcd33 commit 3744688
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 @@ -13,6 +13,14 @@
},
"files.trimTrailingWhitespace": true,
"git.enableCommitSigning": true,
"markdownlint.config": {
"default": true,
"line-length": false,
"MD038": false
},
"markdownlint.ignore": [
"CHANGELOG.md"
],
"[markdown]": {
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
Expand Down

0 comments on commit 3744688

Please sign in to comment.