Skip to content

Instantly share code, notes, and snippets.

@kabalweg
Created January 5, 2018 19:06
Show Gist options
  • Select an option

  • Save kabalweg/7759ed462916003d209ace2f092cdf7b to your computer and use it in GitHub Desktop.

Select an option

Save kabalweg/7759ed462916003d209ace2f092cdf7b to your computer and use it in GitHub Desktop.
VS Code Settings
{
"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