Skip to content

Commit

Permalink
Update markdown lint to allow 2 trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
saracope committed Sep 15, 2020
1 parent f852d30 commit d28701f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
###############
MD001: false # Header levels should only increment by one level at a time
MD004: false # Unordered list style
MD009:
br_spaces: 2 # Trailing spaces
MD007:
indent: 4 # Unordered list indentation
MD013: false # Line length
Expand Down

0 comments on commit d28701f

Please sign in to comment.