Created
April 18, 2017 11:16
-
-
Save matthewhartman/7a8b12a2c9e3dbe0cf2a1e3b0771e603 to your computer and use it in GitHub Desktop.
MS Code Settings
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 | |
| { | |
| "http.proxyStrictSSL":false, | |
| "standard.enable": true, | |
| "files.autoSave": "on", | |
| "window.zoomLevel": 0, | |
| "workbench.welcome.enabled": false, | |
| "editor.minimap.enabled": true, | |
| "emmet.syntaxProfiles": { | |
| "javascript": "html" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment