Update MD013/line-length with new code_block_line_length parameter (fixes #184).

This commit is contained in:
David Anson 2019-06-07 19:57:15 -07:00
parent 1d8b9e7e62
commit 64351f73be
6 changed files with 59 additions and 4 deletions

View file

@ -0,0 +1,7 @@
{
"default": true,
"MD013": {
"code_block_line_length": 30
},
"MD046": false
}