mirror of
https://github.com/TMD44/elte-ik-pti-bsc-zarovizsga.git
synced 2025-08-11 21:39:05 +02:00
12 lines
333 B
JSON
12 lines
333 B
JSON
{
|
|
"files.autoSave": "afterDelay",
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true,
|
|
"latex-workshop.view.pdf.viewer": "tab",
|
|
"latex-workshop.latex.autoClean.run": "onBuilt",
|
|
"latex-workshop.latex.autoBuild.run": "onSave",
|
|
"[latex]": {
|
|
"editor.defaultFormatter": "James-Yu.latex-workshop"
|
|
},
|
|
}
|