chore: prohibit trailing spaces in markdown

pull/47/head
Robert Dailey 2 years ago
parent e9c611ec8f
commit e8375aaadc

@ -8,5 +8,8 @@
"no-inline-html": {
"allowed_elements": ["br"]
},
"no-duplicate-heading": false
"no-duplicate-heading": false,
"no-trailing-spaces": {
"br_spaces": 0
}
}

Loading…
Cancel
Save