14 lines
No EOL
252 B
JSON
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"
|
|
}
|
|
} |