mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
chore(markdownlint): add line length rule allowing up to 80 characters and disable table line length enforcement
This commit is contained in:
@@ -10,3 +10,8 @@ no-hard-tabs: # MD010
|
||||
blanks-around-fences: # MD031
|
||||
# Don't force blank lines around code blocks in lists.
|
||||
list_items: false
|
||||
|
||||
line-length: # MD013
|
||||
# Allow lines up to 120 characters.
|
||||
line_length: 80
|
||||
tables: false
|
||||
|
||||
Reference in New Issue
Block a user