woocommerce/.markdownlint.json

10 lines
206 B
JSON

{
"default": true,
"MD003": { "style": "atx" },
"MD007": { "indent": 4 },
"MD013": { "line_length": 9999 },
"MD024": { "allow_different_nesting": true },
"no-hard-tabs": false,
"whitespace": false
}