Skip to content

Instantly share code, notes, and snippets.

@cbfranca
Created June 29, 2017 19:31
Show Gist options
  • Save cbfranca/b4478cf8f7a96e572df7dd38eba8b028 to your computer and use it in GitHub Desktop.
Save cbfranca/b4478cf8f7a96e572df7dd38eba8b028 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 0,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Dracula",
"files.autoSave": "afterDelay",
"typescript.referencesCodeLens.enabled": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.useCodeSnippetsOnMethodSuggest": true,
"typescript.format.insertSpaceBeforeFunctionParenthesis": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"workbench.sideBar.location": "left",
"workbench.activityBar.visible": true,
"workbench.statusBar.visible": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment