Allow for first level indentation of lists in MD007/ul-indent (fixes #242).

This commit is contained in:
Jeremy Thomerson 2020-01-01 15:53:03 -05:00 committed by David Anson
parent 5634b317d6
commit 9aeddedb7d
7 changed files with 81 additions and 3 deletions

View file

@ -0,0 +1,8 @@
{
"default": true,
"MD006": false,
"MD007": {
"indent": 3,
"start_indented": true
}
}