Skip to content

Commit

Permalink
add .markdownlint.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi committed Jun 4, 2024
1 parent 5d9a74e commit d46a69b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/linters/.markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"MD013": {
"line_length": 120,
"code_blocks": false,
"tables": false
},
"MD014": false,
"MD024": false,
"MD026": {
"punctuation": ".,:;!"
}
}

0 comments on commit d46a69b

Please sign in to comment.