WitNote / .markdownlint.json
AUXteam's picture
Upload folder using huggingface_hub
6a7089a verified
{
"default": true,
"line-length": {
"line_length": 200,
"heading_line_length": 200,
"code_block_line_length": 200,
"code_blocks": false
},
"no-hard-tabs": false,
"no-bare-urls": false,
"no-inline-html": false,
"blanks-around-headings": false,
"blanks-around-lists": false,
"blanks-around-fences": false,
"no-emphasis-as-heading": false,
"no-multiple-blank-lines": {
"maximum": 2
},
"first-line-heading": false,
"heading-start-left": true,
"heading-increment": true,
"no-duplicate-heading": {
"allow_different_nesting": true
},
"fenced-code-language": false
}