documents/.vscode/settings.json

7 lines
100 B
JSON

{
"editor.tabSize": 2,
"prettier.tabWidth": 2,
"[typst]": {
"editor.wordWrap": "on"
}
}