markdownlint/test/config/config-packageparent.json
2020-11-06 19:23:08 -08:00

7 lines
145 B
JSON

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