markdownlint: increase maximum line length to 250

pull/2984/head
Marco Bonelli 2019-05-04 19:27:47 +02:00 committed by Marco Bonelli
parent 95fe8eea22
commit aa34bdd68b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"default": true,
"MD003": { "style": "atx" },
"MD007": { "indent": 4 },
"MD013": { "line_length": 200 },
"MD013": { "line_length": 250 },
"MD033": false,
"MD034": false,
"no-hard-tabs": false,