Add headers parameter to MD013/line-length (fixes #35).

This commit is contained in:
David Anson 2017-02-11 16:20:24 -08:00
parent 16dc230d54
commit 00171da565
6 changed files with 56 additions and 4 deletions

View file

@ -323,6 +323,11 @@
"description": "Include tables",
"type": "boolean",
"default": true
},
"headers": {
"description": "Include headers",
"type": "boolean",
"default": true
}
},
"additionalProperties": false
@ -349,6 +354,11 @@
"description": "Include tables",
"type": "boolean",
"default": true
},
"headers": {
"description": "Include headers",
"type": "boolean",
"default": true
}
},
"additionalProperties": false