chore(markdownlint): add line length rule allowing up to 80 characters and disable table line length enforcement

This commit is contained in:
2025-10-29 09:43:16 +00:00
parent 76bbdfb25f
commit 0211c75b1b

View File

@@ -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