Skip to content

Instantly share code, notes, and snippets.

@dkellycollins
Last active September 10, 2017 15:37
Show Gist options
  • Save dkellycollins/0cc38ba7c23ef6ecbfcd22be8f8c1be2 to your computer and use it in GitHub Desktop.
Save dkellycollins/0cc38ba7c23ef6ecbfcd22be8f8c1be2 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"workbench.editor.showTabs": false,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.minimap.enabled": false,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.DS_Store": true,
"**/.idea": true
},
"files.insertFinalNewline": true,
"tslint.autoFixOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment