feat(markdownlint): update line length settings for code blocks in markdownlint configuration

This commit is contained in:
2026-01-18 22:02:30 +00:00
parent b38ab73624
commit cb72a6e190

View File

@@ -14,4 +14,7 @@ blanks-around-fences: # MD031
line-length: # MD013 line-length: # MD013
# Allow lines up to 120 characters. # Allow lines up to 120 characters.
line_length: 80 line_length: 80
code_blocks: true
ignore_code_blocks: true
code_block_line_length: 280
tables: false tables: false