Files
psp_api/.vscode/settings.json
T

32 lines
591 B
JSON
Raw Normal View History

{
// 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": "vscode.typescript-language-features"
},
"editor.formatOnSave": true,
"cSpell.words": [
2026-04-14 15:56:49 +03:30
"ARVANCLOUD",
"autoincrement",
"Cardex",
2026-05-04 11:21:49 +03:30
"consfee",
"fkey",
2026-04-22 21:55:40 +03:30
"iban",
2026-05-04 11:21:49 +03:30
"indatim",
"inno",
2026-05-04 11:21:49 +03:30
"inty",
"irtaxid",
"MAYKET",
"setm",
"spro",
"sstid"
]
}