Files
redwood-tutorial-part-1/.vscode/settings.json
2022-04-12 19:51:12 -04:00

12 lines
221 B
JSON

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