Add br_spaces parameter to MD009.

This commit is contained in:
David Anson 2015-04-14 09:07:25 -07:00
parent 0e24df7cf7
commit 9acbb2750e
4 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{
"default": true,
"MD009": {
"br_spaces": 2
}
}

View file

@ -0,0 +1,4 @@
This line has a single trailing space {MD009}
This line has two trailing spaces and should be allowed
This line has three trailing spaces {MD009}
This line has four trailing spaces {MD009}