Skip to content

Instantly share code, notes, and snippets.

@edward-hsu-1994
Created September 29, 2018 15:01
Show Gist options
  • Save edward-hsu-1994/95b40648b193de79d460a3f95d114bb8 to your computer and use it in GitHub Desktop.
Save edward-hsu-1994/95b40648b193de79d460a3f95d114bb8 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"editor.fontFamily": "'DejaVu Sans Mono', Consolas, 'Courier New', monospace",
"editor.minimap.enabled": false,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.mouseWheelZoom": true,
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"tslint.autoFixOnSave": true,
"prettier.singleQuote": true,
"material-icon-theme.showUpdateMessage": false,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment