Skip to content

Instantly share code, notes, and snippets.

@dmitryzatsepin
Created March 20, 2018 22:17
Show Gist options
  • Save dmitryzatsepin/47e7638d442d446fb4faf56d22571673 to your computer and use it in GitHub Desktop.
Save dmitryzatsepin/47e7638d442d446fb4faf56d22571673 to your computer and use it in GitHub Desktop.
{
"workbench.startupEditor": "newUntitledFile",
"git.ignoreMissingGitWarning": true,
"workbench.statusBar.feedback.visible": false,
"window.menuBarVisibility": "toggle",
"workbench.statusBar.visible": false,
"workbench.activityBar.visible": false,
"editor.minimap.enabled": false,
"files.defaultLanguage": "html",
"emmet.triggerExpansionOnTab": true,
"editor.fontSize": 16,
"editor.tabSize": 2,
"workbench.editor.tabSizing": "shrink",
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.folding": false,
"editor.glyphMargin": false,
"editor.smoothScrolling": true,
"window.zoomLevel": 1,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment