Created
August 13, 2019 01:27
-
-
Save pedroribeirodev/b9c4d32c4ced668ce720cfa653f4107c to your computer and use it in GitHub Desktop.
This file contains 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", | |
"workbench.colorTheme": "Dracula", | |
"window.zoomLevel": 0, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontSize": 14, | |
"editor.lineHeight": 24, | |
"editor.fontLigatures": true, | |
"editor.formatOnSave": true, | |
"editor.rulers": [80, 120], | |
"editor.tabSize": 2, | |
"editor.renderLineHighlight": "gutter", | |
"terminal.integrated.fontSize": 14, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx" | |
}, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "never", | |
"breadcrumbs.enabled": true, | |
"editor.parameterHints.enabled": false, | |
"prettier.eslintIntegration": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment