markdownlint: increase maximum line length to 250
This commit is contained in:
parent
95fe8eea22
commit
aa34bdd68b
|
|
@ -2,7 +2,7 @@
|
||||||
"default": true,
|
"default": true,
|
||||||
"MD003": { "style": "atx" },
|
"MD003": { "style": "atx" },
|
||||||
"MD007": { "indent": 4 },
|
"MD007": { "indent": 4 },
|
||||||
"MD013": { "line_length": 200 },
|
"MD013": { "line_length": 250 },
|
||||||
"MD033": false,
|
"MD033": false,
|
||||||
"MD034": false,
|
"MD034": false,
|
||||||
"no-hard-tabs": false,
|
"no-hard-tabs": false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue