Skip to content

Instantly share code, notes, and snippets.

@devansvd
Created August 31, 2018 14:11
Show Gist options
  • Save devansvd/659df08708deefb98a6128e705fb9749 to your computer and use it in GitHub Desktop.
Save devansvd/659df08708deefb98a6128e705fb9749 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 0,
"workbench.iconTheme": "vscode-great-icons",
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"editor.wordWrap": "off",
"git.enabled": false,
"git.autofetch": false,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"workbench.statusBar.feedback.visible": false,
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"html.format.indentHandlebars": true,
"html.format.indentInnerHtml": true,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"editor.formatOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment