mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-15 01:48:06 +01:00
Add br_spaces parameter to MD009.
This commit is contained in:
parent
0e24df7cf7
commit
9acbb2750e
4 changed files with 25 additions and 1 deletions
6
test/trailing_spaces_br.json
Normal file
6
test/trailing_spaces_br.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD009": {
|
||||
"br_spaces": 2
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue