Last active
February 27, 2019 01:37
-
-
Save wellingtonpgp/1386a6b3cf0ef576c651a101db8b0a4a to your computer and use it in GitHub Desktop.
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
{ | |
"workbench.colorTheme": "Dracula", | |
"workbench.startupEditor": "newUntitledFile", | |
"window.zoomLevel": 0, | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 18, | |
"editor.lineHeight": 24, | |
"workbench.iconTheme": "vscode-icons", | |
"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, | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment