Last active
March 1, 2020 03:16
-
-
Save intelguasoft/fbe111d1e0af98331aa50392298678d6 to your computer and use it in GitHub Desktop.
Configuración para el complemento (Prettier - Code formatter esbenp.prettier-vscode)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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