mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 00:46:41 +00:00
feat(markdownlint): update line length settings for code blocks in markdownlint configuration
This commit is contained in:
@@ -14,4 +14,7 @@ blanks-around-fences: # MD031
|
||||
line-length: # MD013
|
||||
# Allow lines up to 120 characters.
|
||||
line_length: 80
|
||||
code_blocks: true
|
||||
ignore_code_blocks: true
|
||||
code_block_line_length: 280
|
||||
tables: false
|
||||
|
||||
Reference in New Issue
Block a user