1
Fork 0

Remove wordWrapColumn in favor of typstfmt.

This commit is contained in:
Bauke 2023-12-28 13:04:14 +01:00
parent ee4e204e5b
commit e9ae8697fd
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 3 deletions

View File

@ -156,9 +156,7 @@
},
"[typst]": {
"editor.defaultFormatter": "nvarner.typst-lsp",
"editor.formatOnSave": true,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80
"editor.formatOnSave": true
},
"[xml]": {
"editor.wordWrap": "on"