Skip to content

Instantly share code, notes, and snippets.

@brunopulis
Created October 7, 2017 21:17
Show Gist options
  • Save brunopulis/e1c1d591275f13b16e74c2bd77802a90 to your computer and use it in GitHub Desktop.
Save brunopulis/e1c1d591275f13b16e74c2bd77802a90 to your computer and use it in GitHub Desktop.
settings-vscode
{
"window.zoomLevel": 1,
"files.associations": {
"*.json": "json"
},
"workbench.welcome.enabled": false,
"typescript.check.tscVersion": false,
"workbench.iconTheme": "vs-seti",
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"editor.tabCompletion": true,
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"workbench.colorTheme": "Dracula",
"editor.multiCursorModifier": "ctrlCmd",
"typescript.check.npmIsInstalled": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment