1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 06:17:55 +01:00
tldr/.markdownlintrc
2019-05-07 10:08:35 +02:00

10 lines
200 B
Text

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