1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-26 08:11:26 +00:00
This commit is contained in:
2025-05-27 11:39:22 -06:00
parent 3a35dd6229
commit 46c5479b6e
4 changed files with 132 additions and 122 deletions

View File

@@ -1,5 +1,7 @@
{
"editor.formatOnSave": true,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSaveMode": "file"
}
}