mirror of
https://github.com/vofy/fekt-scara.git
synced 2025-04-28 05:01:00 +02:00
16 lines
No EOL
460 B
JSON
16 lines
No EOL
460 B
JSON
{
|
|
"latex-workshop.formatting.latex": "latexindent",
|
|
"latex-workshop.latex.outDir": "%DIR%/out",
|
|
"files.autoSave": "afterDelay",
|
|
"latex-workshop.synctex.afterBuild.enabled": true,
|
|
"latex-workshop.view.outline.sync.viewer": true,
|
|
"editor.scrollbar.scrollByPage": true,
|
|
"editor.find.cursorMoveOnType": true,
|
|
"markdownlint.config": {
|
|
"MD024": false
|
|
},
|
|
"cSpell.words": [
|
|
"affordances",
|
|
"SCARA"
|
|
]
|
|
} |