markdownlint/test/config/config-packageparent.json

8 lines
145 B
JSON
Raw Normal View History

{
"extends": "pseudo-package",
"MD003": false,
"MD007": { "indent": 4 },
"no-hard-tabs": true,
"line-length": { "line_length": 200 }
}