Skip to content

Instantly share code, notes, and snippets.

@wellingtonpgp
Last active February 27, 2019 01:37
Show Gist options
  • Save wellingtonpgp/1386a6b3cf0ef576c651a101db8b0a4a to your computer and use it in GitHub Desktop.
Save wellingtonpgp/1386a6b3cf0ef576c651a101db8b0a4a to your computer and use it in GitHub Desktop.
vscode
{
"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