1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-26 16:21:28 +00:00

set vscode project settings

This commit is contained in:
2021-09-11 08:46:12 -07:00
parent e19ba1a25c
commit f4038d30c8
2 changed files with 10 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
}