12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"files.trimTrailingWhitespace": true,
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"[prisma]": {
|
|
"editor.formatOnSave": true
|
|
}
|
|
}
|