Skip to content

Commit

Permalink
Update markdownlint configuration to use explicit fix for source.fixA…
Browse files Browse the repository at this point in the history
…ll.markdownlint
  • Loading branch information
calebHankins committed Apr 30, 2024
1 parent 51b490f commit 3d5503d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"cSpell.useGitignore": true,
"explorer.excludeGitIgnore": true,
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": true
"source.fixAll.markdownlint": "explicit"
},
"markdownlint.config": {
"MD028": false,
Expand Down

0 comments on commit 3d5503d

Please sign in to comment.