Skip to content

Instantly share code, notes, and snippets.

Avatar
🎯
Concentrando

devMarilia devMarilia

🎯
Concentrando
View GitHub Profile
@diego3g
diego3g / settings.json
Last active March 28, 2023 12:24
VSCode Settings (Updated)
View settings.json
{
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,