Files
psp_api/.vscode/settings.json
T
2026-05-30 19:05:56 +03:30

32 lines
578 B
JSON

{
// Prettier for TS and JS
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// Prisma formatting
"[prisma]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cSpell.words": [
"ARVANCLOUD",
"autoincrement",
"Cardex",
"consfee",
"fkey",
"iban",
"indatim",
"inno",
"inty",
"irtaxid",
"MAYKET",
"setm",
"spro",
"sstid"
],
"editor.formatOnSave": true
}