mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
markdownlint: increase maximum line length to 250
This commit is contained in:
parent
95fe8eea22
commit
aa34bdd68b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue