1
Fork 0

Add Typst settings.

This commit is contained in:
Bauke 2023-12-26 17:42:39 +01:00
parent 7674fbf5fc
commit fe0b32094e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 6 additions and 0 deletions

View File

@ -85,6 +85,8 @@
], ],
// SVG Preview (ID: jock.svg) // SVG Preview (ID: jock.svg)
"svg.preview.mode": "svg", "svg.preview.mode": "svg",
// Typst LSP (ID: nvarner.typst-lsp)
"typst-lsp.exportPdf": "never",
// Linter XO (ID: samverschueren.linter-xo). // Linter XO (ID: samverschueren.linter-xo).
"xo.format.enable": true, "xo.format.enable": true,
"xo.validate": [ "xo.validate": [
@ -149,6 +151,10 @@
"editor.defaultFormatter": "samverschueren.linter-xo", "editor.defaultFormatter": "samverschueren.linter-xo",
"editor.formatOnSave": true "editor.formatOnSave": true
}, },
"[typst]": {
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80
},
"[xml]": { "[xml]": {
"editor.wordWrap": "on" "editor.wordWrap": "on"
} }