Created
September 29, 2018 15:01
-
-
Save edward-hsu-1994/95b40648b193de79d460a3f95d114bb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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