mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
17 lines
493 B
JSON
17 lines
493 B
JSON
{
|
|
// "editor.fontSize": 13,
|
|
"editor.fontLigatures": true,
|
|
// "editor.letterSpacing": 0.5,
|
|
"editor.smoothScrolling": true,
|
|
"editor.tabSize": 2,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.fixAll": "explicit"
|
|
},
|
|
"prisma-smart-formatter.typescript.defaultFormatter": "esbenp.prettier-vscode",
|
|
"prisma-smart-formatter.prisma.defaultFormatter": "Prisma.prisma",
|
|
"i18n-ally.localesPaths": [
|
|
"store/messages"
|
|
],
|
|
"deno.enable": false
|
|
} |