Skip to content

Instantly share code, notes, and snippets.

@temberature
Created November 19, 2018 10:24
Show Gist options
  • Save temberature/27da51cb4f44b77b90162a098fff8859 to your computer and use it in GitHub Desktop.
Save temberature/27da51cb4f44b77b90162a098fff8859 to your computer and use it in GitHub Desktop.
vscode settings.json
{
"workbench.colorTheme": "One Dark Pro",
"materialTheme.fixIconsRunning": false,
"workbench.iconTheme": "vscode-icons",
"editor.foldingStrategy": "indentation",
"git.autofetch": true,
"workbench.editor.enablePreviewFromQuickOpen": false,
"window.zoomLevel": 0,
"diffEditor.ignoreTrimWhitespace": true,
"gitlens.hovers.currentLine.over": "line",
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
],
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
"cSpell.userWords": [
"anymock",
"anyproxy",
"callsuper",
"iqiyi",
"iqiyipic",
"islogin",
"jsonp",
"lazyload",
"qi",
"qitan",
"qiyi",
"qiyipic",
"rseat",
"temberature",
"tiandatong",
"uniqy",
"vuex"
],
"gitlens.currentLine.enabled": false,
"gitlens.blame.ignoreWhitespace": true,
"prettier.eslintIntegration": true,
"vetur.format.defaultFormatter.html": "prettyhtml"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment