Created
March 12, 2017 00:58
-
-
Save lamchakchan/520dbf91d1982c8d675235e7027f3b3d 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
| // Place your settings in this file to overwrite the default settings | |
| { | |
| "files.autoSave": "onFocusChange", | |
| "editor.tabSize": 4, | |
| "editor.renderWhitespace": "all", | |
| "editor.minimap.enabled": true, | |
| "editor.minimap.renderCharacters": false, | |
| "editor.minimap.maxColumn": 50, | |
| "editor.cursorStyle": "block", | |
| "workbench.activityBar.visible": true, | |
| "window.zoomLevel": 0, | |
| "sync.gist": "6d714d70d6dfb22ff04fdc20cd57c3ad", | |
| "sync.lastUpload": "2017-03-04T04:54:45.387Z", | |
| "sync.autoDownload": false, | |
| "sync.autoUpload": false, | |
| "sync.lastDownload": "2017-02-02T16:50:04.958Z", | |
| "sync.version": 251, | |
| "sync.showSummary": true, | |
| "sync.forceDownload": false, | |
| "sync.anonymousGist": false, | |
| "terminal.external.osxExec": "iTerm.app", | |
| "terminal.integrated.fontLigatures": true, | |
| "terminal.integrated.fontFamily": "Meslo LG M DZ for Powerline", | |
| "terminal.integrated.fontSize": 12, | |
| "terminal.integrated.cursorStyle": "block", | |
| "terminal.integrated.cursorBlinking": true, | |
| "workbench.colorTheme": "Markdown Editor Yellow", | |
| "workbench.iconTheme": "simple-icons", | |
| "gist.oauth_token": "ec5b2fe58928d40cf1a01f249f0f8e0679298774" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment