Skip to content

Instantly share code, notes, and snippets.

@tomasevich
Last active September 29, 2021 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomasevich/52966a6abcb6f055c91bbfaafea93142 to your computer and use it in GitHub Desktop.
Save tomasevich/52966a6abcb6f055c91bbfaafea93142 to your computer and use it in GitHub Desktop.
.vscode

⚙ My favorite IDE configs

I also i use this

{
"recommendations": ["pkief.material-icon-theme", "esbenp.prettier-vscode"]
}
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.tabSize": 2,
"files.autoSave": "onFocusChange",
"editor.codeActionsOnSave": {
"source.sortImports": true,
"source.fixAll": true,
"source.organizeImports": true
},
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment