1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2026-06-04 01:50:25 +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
View File
@@ -0,0 +1,5 @@
{
"recommendations": [
"esbenp.prettier-vscode"
]
}
+5
View File
@@ -0,0 +1,5 @@
{
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
}