markdownlint/test/config/config-parent.json

8 lines
148 B
JSON
Raw Normal View History

{
"extends": "config-child.json",
"MD003": false,
"MD007": { "indent": 4 },
"no-hard-tabs": true,
"line-length": { "line_length": 200 }
}