Skip to content

Instantly share code, notes, and snippets.

@tmocellin
Created June 13, 2017 06:07
Show Gist options
  • Save tmocellin/dccb9c0c00a6afa3100fb715f4e867da to your computer and use it in GitHub Desktop.
Save tmocellin/dccb9c0c00a6afa3100fb715f4e867da to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"workbench.welcome.enabled": false,
"editor.fontSize": 13,
"editor.tabSize": 2,
"editor.wordWrapColumn": 80,
"editor.snippetSuggestions": "top",
"editor.minimap.enabled": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/.idea": true,
"**/android": true,
"**/ios": true,
"**/.vscode": false,
"**/yarn.lock": true,
"**/tmp": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/node_modules/**": true,
"**/tmp": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/.git": true,
"**/.DS_Store": true,
"**/tmp": true,
"**/coverage": true
},
"files.trimTrailingWhitespace": true,
"html.suggest.html5": true,
"typescript.check.tscVersion": false,
"window.zoomLevel": 0,
"javascript.validate.enable": false,
"extensions.autoUpdate": true,
"terminal.integrated.fontSize": 14,
"terminal.integrated.cursorStyle": "line",
"material-icon-theme.showUpdateMessage": false,
"eslint.autoFixOnSave": true,
"editor.formatOnSave": false,
"color-highlight.markerType": "dot",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment