This commit is contained in:
Joel Wetzell
2026-07-13 14:15:47 -05:00
parent 466228fb4a
commit 68db557090
7 changed files with 12 additions and 15 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
"source.fixAll": "explicit"
}
}