Skip to content

Instantly share code, notes, and snippets.

View vitorwlima's full-sized avatar
🚀

Vitor Windberg vitorwlima

🚀
View GitHub Profile
@vitorwlima
vitorwlima / settings.json
Last active April 14, 2026 14:09
Cursor/VSCode Settings
{
"breadcrumbs.enabled": false,
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"editor.fontSize": 16.5,
"editor.autoClosingBrackets": "always",