Files
gi_gen/.markdownlint.json
2022-05-18 22:59:46 +03:00

14 lines
272 B
JSON

{
"line-length": {
"line_length": 100,
"tables": false,
"code_blocks": false,
"headings": false
},
"no-inline-html": false,
"first-line-h1": false,
"no-trailing-punctuation": false,
"heading-increment": false,
"commands-show-output": false
}