Created
November 27, 2018 13:45
-
-
Save wesleygrimes/a5a0caba7459fb4a6d7e457cbab950fb to your computer and use it in GitHub Desktop.
Recommended VS Code Settings.json
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
{ | |
"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