Created
January 5, 2018 19:06
-
-
Save kabalweg/7759ed462916003d209ace2f092cdf7b to your computer and use it in GitHub Desktop.
VS 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
| { | |
| "git.ignoreLegacyWarning": true, | |
| "workbench.colorTheme": "Monokai Dimmed", | |
| "workbench.iconTheme": "vscode-great-icons", | |
| "editor.fontFamily": "Monaco", | |
| "editor.fontSize": 10, | |
| "editor.minimap.enabled": false, | |
| "editor.detectIndentation": false, | |
| "editor.tabSize": 2, | |
| "typescript.check.npmIsInstalled": false, | |
| "[markdown]": { | |
| "editor.wordWrap": "off", | |
| "editor.quickSuggestions": false | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment