Skip to content

Instantly share code, notes, and snippets.

@antoniojps
Created June 20, 2018 23:54
Show Gist options
  • Select an option

  • Save antoniojps/57a9128c2d9c7226333a633b97764b8b to your computer and use it in GitHub Desktop.

Select an option

Save antoniojps/57a9128c2d9c7226333a633b97764b8b to your computer and use it in GitHub Desktop.
{
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
],
"editor.fontFamily": "Consolas , Menlo, Monaco, 'Courier New', monospace, 'Apple Color Emoji'",
"editor.fontSize": 14,
"terminal.integrated.shell.osx": "zsh",
"[markdown]": {
"editor.wordWrap": "off",
"editor.quickSuggestions": false
},
"editor.wordWrap": "off",
"editor.wordWrapColumn": 80,
"window.zoomLevel": 0,
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "Atom One Light",
"terminal.integrated.fontSize": 12,
"vetur.format.defaultFormatter.html": "js-beautify-html",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment