mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
6 lines
129 B
JSON
6 lines
129 B
JSON
{
|
|
"extends": "config-parent.json",
|
|
"MD003": { "style": "atx_closed" },
|
|
"MD007": { "indent": 2 },
|
|
"no-hard-tabs": false
|
|
}
|