mirror of
https://github.com/OrcaSlicer/OrcaSlicer_WIKI.git
synced 2026-05-17 00:25:45 +03:00
* Format final update * Update VSCode markdown extension settings Configured markdown TOC levels to 2-6 and enabled automatic TOC update on save in .vscode/settings.json.
11 lines
260 B
JSON
11 lines
260 B
JSON
{
|
|
"[markdown]": {
|
|
"editor.detectIndentation": false,
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 4
|
|
},
|
|
"markdown.extension.list.indentationSize": 4,
|
|
"markdown.extension.toc.levels": "2..6",
|
|
"markdown.extension.toc.updateOnSave": true
|
|
}
|