style(markdown): set line length to 120

This commit is contained in:
2025-05-07 16:16:35 +02:00
parent c45f8e7c8c
commit 72230c3df3
2 changed files with 7 additions and 10 deletions

View File

@ -45,11 +45,11 @@ MD012:
# MD013/line-length - Line length
MD013:
# Number of characters
line_length: 80
line_length: 120
# Number of characters for headings
heading_line_length: 80
heading_line_length: 120
# Number of characters for code blocks
code_block_line_length: 80
code_block_line_length: 120
# Include code blocks
code_blocks: false
# Include tables