mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Merge pull request #850 from github/markdownlength
Update .markdown-lint.yml
This commit is contained in:
commit
1ea563944c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ MD004: false # Unordered list style
|
|||
MD007:
|
||||
indent: 2 # Unordered list indentation
|
||||
MD013:
|
||||
line_length: 80 # Line length
|
||||
line_length: 400 # Line length 80 is far to short
|
||||
MD026:
|
||||
punctuation: ".,;:!。,;:" # List of not allowed
|
||||
MD029: false # Ordered list item prefix
|
||||
|
|
Loading…
Reference in a new issue