adds auto yaml formatting

This commit is contained in:
cybrwshl 2024-02-19 00:29:12 +01:00
parent a22dfa5a85
commit c0cd8e7707

View file

@ -1,7 +1,14 @@
{
"editor.tabSize": 2,
"editor.formatOnSave": true,
"prettier.tabWidth": 2,
"[typst]": {
"editor.wordWrap": "on"
},
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced",
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}