Files
main/.markdownlint.json

14 lines
276 B
JSON

{
"line-length": false,
"single-h1": false,
"no-inline-html": false,
"ul-indent": {
"indent": 4
},
"no-emphasis-as-header": false,
"no-trailing-punctuation": {
"punctuation":
".,;:。,;:"
},
"ul-style": false
}