Skip to content

Instantly share code, notes, and snippets.

@softbeehive
Last active May 6, 2020 13:57
Show Gist options
  • Save softbeehive/3972fb0d425cbb7852192747ffaa7ad8 to your computer and use it in GitHub Desktop.
Save softbeehive/3972fb0d425cbb7852192747ffaa7ad8 to your computer and use it in GitHub Desktop.
{
"[json]": {},
"[markdown]": {},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.fontFamily": "Consolas, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.rulers": [
80
],
"editor.snippetSuggestions": "top",
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
],
"files.insertFinalNewline": true,
"gitlens.currentLine.scrollable": false,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"less.lint.fontFaceProperties": "error",
"markdown.preview.fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'Ubuntu', 'Droid Sans', sans-serifMonaco, 'Courier New', monospace",
"scss.lint.fontFaceProperties": "ignore",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"terminal.integrated.fontWeightBold": "normal",
// Important: disable some vetur features otherwise autoformatting will be broken
"vetur.format.enable": false,
"vetur.validation.template": false,
"window.zoomLevel": 0,
"workbench.colorTheme": "Cobalt2",
"workbench.fontAliasing": "antialiased",
"breadcrumbs.enabled": true,
"editor.minimap.enabled": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment