ci(markdown_lint): set unordered list indentation to four.

MR !1
This commit is contained in:
2022-01-21 05:53:21 +00:00
committed by Jon Lockwood
parent 449ec4a9fc
commit b0c91fa68b

View File

@ -1,4 +1,7 @@
{
"line-length": false,
"no-inline-html": false
"no-inline-html": false,
"MD007": {
"indent": 4
}
}