evolution-api/.vscode/settings.json
2023-10-29 12:59:29 -03:00

13 lines
397 B
JSON

{
"editor.fontSize": 13,
"editor.fontLigatures": true,
"editor.letterSpacing": 0.5,
"editor.smoothScrolling": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll": true
},
"prisma-smart-formatter.typescript.defaultFormatter": "esbenp.prettier-vscode",
"prisma-smart-formatter.prisma.defaultFormatter": "Prisma.prisma"
}