Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Update markdownlint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 authored Nov 29, 2023
1 parent dfa7313 commit 1e6b6ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"default": true,
"MD013": {
"line_length": 120
"line_length": 120,
"code_blocks": false,
"tables": false
},
"MD004": {
"style": "dash"
Expand All @@ -12,6 +14,7 @@
"MD035": {
"style": "---"
},
"MD033": false,
"MD040": false,
"MD041": false,
"MD046": false
Expand Down

0 comments on commit 1e6b6ed

Please sign in to comment.