Skip to content

Commit

Permalink
Add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Oct 21, 2024
1 parent 2b8ced9 commit 015a8af
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"default": true,
"MD007": {
"indent": 4,
"start_indent": 4
},
"//MD013": {
"line_length": 120
},
"MD041": false,
"MD033": false,
"MD051": false,
"MD013": {
"//comment": "//Temporary disabled until we can fix the line length issue",
"line_length": 1200000
},
"MD024": false
}

0 comments on commit 015a8af

Please sign in to comment.