Skip to content

Commit

Permalink
dash unordered list style in .markdownlint.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
aborazmeh committed Jan 10, 2024
1 parent b5e5212 commit 2c5129c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"MD001": true, // Header levels should only increment by one level at a time
"MD002": true, // First heading should be a top-level heading
"MD003": { "style": "atx" }, // Header style
"MD004": true, // Unordered list style
"MD004": { "style": "dash" }, // Unordered list style
"MD005": true, // Inconsistent indentation for list items at the same level
"MD006": true, // Consider starting bulleted lists at the beginning of the line
"MD007": { "indent": 2 }, // Unordered list indentation
Expand Down

0 comments on commit 2c5129c

Please sign in to comment.