Skip to content

Instantly share code, notes, and snippets.

@fadeev
Created March 9, 2019 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fadeev/a7ca5002bcfba0fc0a34b2217518fd7c to your computer and use it in GitHub Desktop.
Save fadeev/a7ca5002bcfba0fc0a34b2217518fd7c to your computer and use it in GitHub Desktop.
VS Code Settings
{
"workbench.sideBar.location": "right",
"editor.minimap.enabled": false,
"workbench.statusBar.feedback.visible": false,
"editor.tabSize": 2,
"editor.renderIndentGuides": false,
"editor.detectIndentation": false,
"html.format.indentInnerHtml": true,
"terminal.integrated.macOptionIsMeta": true,
"explorer.confirmDelete": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"workbench.editor.swipeToNavigate": true,
"workbench.statusBar.visible": true,
"window.zoomLevel": 0,
"explorer.confirmDragAndDrop": false,
"extensions.ignoreRecommendations": false,
"breadcrumbs.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment