markdownlint/test/long-lines-strict.json

9 lines
124 B
JSON
Raw Normal View History

{
"default": true,
"MD013": {
"strict": true,
"heading_line_length": 30,
"code_block_line_length": 20
}
}