VSCode changes

This commit is contained in:
Jordan Roher 2023-12-12 15:49:38 -08:00
parent 15008ff725
commit f5b06840cb

View File

@ -10,8 +10,8 @@
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 4