Skip to content

Instantly share code, notes, and snippets.

@intelguasoft
Last active March 1, 2020 03:16
Show Gist options
  • Save intelguasoft/fbe111d1e0af98331aa50392298678d6 to your computer and use it in GitHub Desktop.
Save intelguasoft/fbe111d1e0af98331aa50392298678d6 to your computer and use it in GitHub Desktop.
Configuración para el complemento (Prettier - Code formatter esbenp.prettier-vscode)
{
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"tabWidth": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment