diff --git a/settings.json b/settings.json index 5ad8a57..554f895 100644 --- a/settings.json +++ b/settings.json @@ -751,6 +751,9 @@ }, "line-length": { // MD013 "line_length": 80, + "code_blocks": false, + "ignore_code_blocks": true, + "code_block_line_length": 280, "tables": false } },