Update MD013/line-length to support stern parameter (fixes #256).

This commit is contained in:
David Anson 2020-03-22 14:06:29 -07:00
parent 11ea2ad5f1
commit de86a26e4e
6 changed files with 101 additions and 5 deletions

View file

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