Update MD013/line-length to include strict mode (fixes #237).

This commit is contained in:
David Anson 2019-12-12 21:22:45 -08:00
parent 5ae5e448b0
commit b39e5e309e
7 changed files with 78 additions and 16 deletions

View file

@ -0,0 +1,8 @@
{
"default": true,
"MD013": {
"strict": true,
"heading_line_length": 30,
"code_block_line_length": 20
}
}