Skip to content

Instantly share code, notes, and snippets.

@kkkasio
Last active November 25, 2019 14:44
Show Gist options
  • Save kkkasio/74aa832dddb4e21c91f4343566ba6e28 to your computer and use it in GitHub Desktop.
Save kkkasio/74aa832dddb4e21c91f4343566ba6e28 to your computer and use it in GitHub Desktop.
Vscode config
{
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 18,
"editor.lineHeight": 24,
"editor.rulers": [80,120],
"editor.renderLineHighlight": "gutter",
"editor.tabSize": 2,
"editor.formatOnSave": false,
"eslint.packageManager": "yarn",
"eslint.autoFixOnSave": true,
"terminal.integrated.fontSize": 14,
"emmet.includeLanguages": {
"javascript":"javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript":"jsx"
},
"javascript.updateImportsOnFileMove.enabled":"never",
"editor.parameterHints.enabled": false,
"breadcrumbs.enabled": true,
"javascript.suggest.autoImports": false,
"window.zoomLevel": 0,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment