19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
// Prettier for TS and JS
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
// Prisma formatting
|
|
"[prisma]": {
|
|
"editor.defaultFormatter": "Prisma.prisma",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"cSpell.words": [
|
|
"Cardex"
|
|
]
|
|
}
|