Seeed-Studio-Wiki/.markdownlint.json
2024-10-31 09:17:45 +08:00

15 lines
293 B
JSON

{
"default": true,
"no-trailing-punctuation": {
"punctuation": ".,;:!"
},
"MD002": { "level": 2 },
"MD013": false,
"MD024": false,
"MD033": false,
"first-line-h1": false,
"no-hard-tabs": true,
"no-trailing-spaces": {
"br_spaces": 2
}
}