mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -751,6 +751,9 @@
|
||||
},
|
||||
"line-length": { // MD013
|
||||
"line_length": 80,
|
||||
"code_blocks": false,
|
||||
"ignore_code_blocks": true,
|
||||
"code_block_line_length": 280,
|
||||
"tables": false
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user