chore(settings): update line length settings for code blocks

- Added configurations to manage line length for code blocks, including options to ignore code blocks and set a specific line length for them.
This commit is contained in:
2026-01-18 22:01:11 +00:00
parent 1128b24d65
commit 3845d103c3

View File

@@ -751,6 +751,9 @@
},
"line-length": { // MD013
"line_length": 80,
"code_blocks": false,
"ignore_code_blocks": true,
"code_block_line_length": 280,
"tables": false
}
},