Skip to content
Snippets Groups Projects
Unverified Commit 75c91ce9 authored by T. Hinrichsmeyer's avatar T. Hinrichsmeyer
Browse files

markdownlint: ignore checks that will be autofixed by nvim

parent b1455d9d
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,8 @@
"code_block_line_length": 140,
"tables": false
},
"MD009": false, // no-trailing-spaces, auto-fixed by formatter/LSP
"MD012": false, //no-multiple-blanks, auto-fixed by formatter/LSP
"MD032": false, // blanks-around-lists, auto-fixed by formatter/LSP
"MD046": { "style": "fenced" }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment