Skip to content

Instantly share code, notes, and snippets.

@lampo1024
Created December 18, 2018 08:18
Show Gist options
  • Save lampo1024/0d7ec0cbcb2ffba98750da0fff1e02ad to your computer and use it in GitHub Desktop.
Save lampo1024/0d7ec0cbcb2ffba98750da0fff1e02ad to your computer and use it in GitHub Desktop.
VS Code用户自定义配置
{
"workbench.colorTheme": "Visual Studio Light",
"editor.wordWrap": "on",
"breadcrumbs.enabled": true,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"workbench.startupEditor": "welcomePage",
"files.insertFinalNewline": true,
"editor.minimap.showSlider": "always",
"window.zoomLevel": 0,
"explorer.confirmDragAndDrop": false,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"editor.tabSize": 2,
"prettier.singleQuote": true,
"prettier.semi": false,
"prettier.eslintIntegration": true,
"vetur.format.defaultFormatter.js": "vscode-typescript",
"javascript.format.insertSpaceAfterSemicolonInForStatements": false,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment