Skip to content

Instantly share code, notes, and snippets.

@tagliati
Created July 11, 2019 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tagliati/2ff8b0087d835ce5d49d09d90b8b860c to your computer and use it in GitHub Desktop.
Save tagliati/2ff8b0087d835ce5d49d09d90b8b860c to your computer and use it in GitHub Desktop.
vs code
{
"workbench.colorTheme": "Dracula",
"window.zoomLevel": 0,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 18,
"editor.lineHeight": 24,
"editor.rulers": [80, 120],
"editor.formatOnSave": true,
"workbench.iconTheme": "vscode-icons",
"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