1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 19:17:57 +01:00
tldr/.markdownlintrc

10 lines
200 B
Text

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