Files

32 lines
578 B
JSON
Raw Permalink 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]": {
2026-05-30 19:05:56 +03:30
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"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"
2026-05-30 19:05:56 +03:30
],
"editor.formatOnSave": true
}