Update MD013 to allow excluding code and tables.

This commit is contained in:
David Anson 2016-01-09 22:20:36 -08:00
parent 36eaa821d9
commit b7342485d9
5 changed files with 106 additions and 8 deletions

View file

@ -0,0 +1,7 @@
{
"default": true,
"MD013": {
"code_blocks": false,
"tables": false
}
}