pendantator/.vscode/settings.json
2024-10-06 15:06:17 +01:00

12 lines
227 B
JSON

{
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"[prisma]": {
"editor.formatOnSave": true
}
}