fix(lint): increase line length to 120

This commit is contained in:
2023-11-25 18:15:04 +01:00
parent 8b68c9587c
commit 3d97ee0ab8
3 changed files with 19 additions and 23 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