documents/.vscode/settings.json
2024-09-22 17:39:56 +00:00

14 lines
No EOL
252 B
JSON

{
"editor.tabSize": 2,
"editor.formatOnSave": true,
"[typst]": {
"editor.wordWrap": "on"
},
"[yaml]": {
"editor.insertSpaces": true,
"editor.autoIndent": "advanced"
},
"files.associations": {
"*.yml.template": "yaml"
}
}