15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"files.trimTrailingWhitespace": true,
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"[prisma]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"cSpell.words": [
|
|
"Filestack"
|
|
]
|
|
}
|