Skip to content

Instantly share code, notes, and snippets.

@liorocks
Last active November 18, 2017 11:50
Show Gist options
  • Save liorocks/47edd3aa1ef0e37ff7dd23cf267c8305 to your computer and use it in GitHub Desktop.
Save liorocks/47edd3aa1ef0e37ff7dd23cf267c8305 to your computer and use it in GitHub Desktop.
VSCode User Settings
{
  "workbench.statusBar.visible": false,
  "workbench.startupEditor": "none",
  "workbench.iconTheme": "material-icon-theme",
  "workbench.colorTheme": "Atom One Dark",
  "editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
  "editor.fontSize": 14,
  "editor.fontLigatures": true,
  "editor.formatOnSave": true,
  "editor.tabSize": 2,
  "editor.minimap.enabled": false,
  "editor.snippetSuggestions": "top",
  "explorer.openEditors.visible": 0,
  "files.insertFinalNewline": true,
  "terminal.integrated.fontFamily": "Meslo LG M for Powerline",
  "prettier.eslintIntegration": true,
  "prettier.trailingComma": "es5",
  "prettier.singleQuote": true,
  "emmet.includeLanguages": {
    "javascript": "javascriptreact"
  },
  "emmet.triggerExpansionOnTab": true,
  "flow.useNPMPackagedFlow": true,
  "javascript.validate.enable": true,
  "path-intellisense.extensionOnImport": true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment