mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
8 lines
145 B
JSON
8 lines
145 B
JSON
|
|
{
|
||
|
|
"extends": "pseudo-package",
|
||
|
|
"MD003": false,
|
||
|
|
"MD007": { "indent": 4 },
|
||
|
|
"no-hard-tabs": true,
|
||
|
|
"line-length": { "line_length": 200 }
|
||
|
|
}
|