lion/.markdownlint.json

11 lines
211 B
JSON

{
"line-length": {
"line_length": -1
},
"fenced-code-language": false,
"no-inline-html": false,
"first-line-h1": false,
"no-trailing-punctuation": {
"punctuation": ".,;。,;:!"
}
}