Skip to content

Instantly share code, notes, and snippets.

@tmarshall
Created December 30, 2020 19:03
Show Gist options
  • Save tmarshall/7284815b9d0f0f27a2f308313f96c4e9 to your computer and use it in GitHub Desktop.
Save tmarshall/7284815b9d0f0f27a2f308313f96c4e9 to your computer and use it in GitHub Desktop.
personal vscode config
{
"editor.tabSize": 2,
"window.zoomLevel": 0,
"editor.snippetSuggestions": "none",
"editor.parameterHints.enabled": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"html.suggest.html5": false,
"editor.hover.enabled": false,
"editor.codeActionsOnSave": null,
"javascript.autoClosingTags": false,
"typescript.autoClosingTags": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment