Skip to content

Commit

Permalink
chore: upload markdownlint config
Browse files Browse the repository at this point in the history
The markdownlint.json file allows us to format a markdown file quickly and easily.
  • Loading branch information
Love4yzp committed Oct 15, 2024
1 parent b2aae7b commit 63e0436
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"default": true,
"no-trailing-punctuation": {
"punctuation": ".,;:!"
},
"MD002": { "level": 2 },
"MD013": false,
"MD024": false,
"MD033": false,
"first-line-h1": false,
"no-hard-tabs": true,
"no-trailing-spaces": {
"br_spaces": 2
}
}

0 comments on commit 63e0436

Please sign in to comment.