client/.vscode/settings.json
2024-04-09 00:28:28 +02:00

8 lines
158 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}