Use a style file as recommended by upstream. This makes for only one source of truth. Conserve previous upstream default for MD007 (upstream default changed here https://github.com/markdownlint/markdownlint/pull/373)
5 lines
73 B
Ruby
5 lines
73 B
Ruby
all
|
|
exclude_rule 'MD013'
|
|
exclude_rule 'MD029'
|
|
rule 'MD007', :indent => 2
|
|
|