diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 6e15478816..baaa61618b 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -64,7 +64,7 @@ MD013: # Number of characters for headings heading_line_length: 100 # Number of characters for code blocks - code_block_line_length: 100 # Ignored due to next option + code_block_line_length: 120 # Ignored due to next option # Include code blocks code_blocks: false # Include tables