From c55612da5c6fe611125e24a71ffbe9d7fac58e26 Mon Sep 17 00:00:00 2001 From: Ziad Mostafa Date: Wed, 3 May 2023 14:29:20 +0200 Subject: [PATCH] iox-#921 Update code line length to match clang's Signed-off-by: Ziad Mostafa --- .markdownlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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