Remove wordWrapColumn in favor of typstfmt.
This commit is contained in:
parent
ee4e204e5b
commit
e9ae8697fd
|
@ -156,9 +156,7 @@
|
||||||
},
|
},
|
||||||
"[typst]": {
|
"[typst]": {
|
||||||
"editor.defaultFormatter": "nvarner.typst-lsp",
|
"editor.defaultFormatter": "nvarner.typst-lsp",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true
|
||||||
"editor.wordWrap": "wordWrapColumn",
|
|
||||||
"editor.wordWrapColumn": 80
|
|
||||||
},
|
},
|
||||||
"[xml]": {
|
"[xml]": {
|
||||||
"editor.wordWrap": "on"
|
"editor.wordWrap": "on"
|
||||||
|
|
Loading…
Reference in New Issue