Skip to content

Instantly share code, notes, and snippets.

@wesleygrimes
Created November 27, 2018 13:45
Show Gist options
  • Save wesleygrimes/a5a0caba7459fb4a6d7e457cbab950fb to your computer and use it in GitHub Desktop.
Save wesleygrimes/a5a0caba7459fb4a6d7e457cbab950fb to your computer and use it in GitHub Desktop.
Recommended VS Code Settings.json
{
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 1,
"editor.formatOnSave": true,
"prettier.singleQuote": true,
"prettier.eslintIntegration": true,
"prettier.tabWidth": 2,
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.minimap.enabled": false,
"typescript.preferences.quoteStyle": "single"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment