Skip to content

Instantly share code, notes, and snippets.

@yigger
Created May 31, 2017 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yigger/40e46fa57ac63a0da2085a87d9c0c5d0 to your computer and use it in GitHub Desktop.
Save yigger/40e46fa57ac63a0da2085a87d9c0c5d0 to your computer and use it in GitHub Desktop.
vscode setting..
// 将设置放入此文件中以覆盖默认设置
{
"editor.fontSize": 16,
"terminal.integrated.shell.linux": "/bin/zsh",
"editor.tabSize": 2,
"window.zoomLevel": 0,
"editor.minimap.enabled": true,
"workbench.iconTheme": "vs-seti",
"phpformatter.composer": true,
"[cpp]": {
"editor.quickSuggestions": false
},
"[c]": {
"editor.quickSuggestions": false
},
"editor.fontFamily": "'Droid Sans Mono', 'Courier New', monospace, 'Droid Sans Fallback'",
"workbench.sideBar.location": "left",
"workbench.colorTheme": "Material Theme",
// If not specified searches for 'rubocop' executable available on PATH (default and recommended)
"ruby.rubocop.executePath": "",
// default true
"ruby.rubocop.onSave": true,
//允许重复
"workbench.editor.enablePreview": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment