1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 09:19:47 +01:00
tldr/.markdownlint.json

12 lines
218 B
JSON
Raw Permalink Normal View History

{
"default": true,
"MD003": { "style": "atx" },
"MD007": { "indent": 4 },
"MD013": { "line_length": 250 },
"MD029": false,
"MD033": false,
"MD034": false,
"no-hard-tabs": false,
"whitespace": false
}