Skip to content

Instantly share code, notes, and snippets.

@kyrylotaran
Last active January 20, 2020 23:08
Show Gist options
  • Select an option

  • Save kyrylotaran/489a83b86a1c73500212ba672dd980fd to your computer and use it in GitHub Desktop.

Select an option

Save kyrylotaran/489a83b86a1c73500212ba672dd980fd to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "One Dark Pro",
"editor.fontSize": 14,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.tabSize": 2,
// "editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"eslint.validate": [
"javascript",
"javascriptreact",
"vue",
"typescript"
],
"breadcrumbs.enabled": true,
"eslint.alwaysShowStatus": true,
"terminal.integrated.shell.osx": "/bin/zsh",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"extensions.autoUpdate": false,
"oneDarkPro.vivid": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment