Skip to content

Instantly share code, notes, and snippets.

View CaioVinicius7's full-sized avatar
🏠
Working from home

Caio Vinícius CaioVinicius7

🏠
Working from home
  • Brazópolis, Mg
View GitHub Profile
@CaioVinicius7
CaioVinicius7 / settings.json
Last active May 13, 2024 18:59
Configurações do meu VS Code
{
"typescript.preferences.preferTypeOnlyAutoImports": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"cSpell.language": "en,pt,pt_BR",
"terminal.integrated.tabs.enabled": false,
"workbench.iconTheme": "material-icon-theme",