mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update MD009/no-trailing-spaces default configuration to allow 2 spaces for hard break (fixes #114).
This commit is contained in:
parent
36dc946f46
commit
3e1317709a
7 changed files with 29 additions and 26 deletions
|
|
@ -95,7 +95,7 @@ rules.forEach(function forRule(rule) {
|
|||
"br_spaces": {
|
||||
"description": "Spaces for line break",
|
||||
"type": "integer",
|
||||
"default": 0
|
||||
"default": 2
|
||||
},
|
||||
"list_item_empty_lines": {
|
||||
"description": "Allow spaces for empty lines in list items",
|
||||
|
|
|
|||
|
|
@ -256,7 +256,7 @@
|
|||
"br_spaces": {
|
||||
"description": "Spaces for line break",
|
||||
"type": "integer",
|
||||
"default": 0
|
||||
"default": 2
|
||||
},
|
||||
"list_item_empty_lines": {
|
||||
"description": "Allow spaces for empty lines in list items",
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
"br_spaces": {
|
||||
"description": "Spaces for line break",
|
||||
"type": "integer",
|
||||
"default": 0
|
||||
"default": 2
|
||||
},
|
||||
"list_item_empty_lines": {
|
||||
"description": "Allow spaces for empty lines in list items",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue