Skip to content

Instantly share code, notes, and snippets.

@maxboeck
Created May 3, 2017 15:26
Show Gist options
  • Save maxboeck/96d50e3a45180c70c277530b61e72b87 to your computer and use it in GitHub Desktop.
Save maxboeck/96d50e3a45180c70c277530b61e72b87 to your computer and use it in GitHub Desktop.
VScode settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 16,
"editor.tabSize": 2,
"editor.lineHeight": 28,
"editor.formatOnPaste": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"*.sublime-*": true
},
"projectManager.openInNewWindow": false,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.fontSize": 16,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.enableBold": false,
"window.zoomLevel": 0.5,
"window.restoreFullscreen": true,
"workbench.colorTheme": "Material Night Eighties",
"workbench.iconTheme": "vs-seti",
"workbench.welcome.enabled": false,
"material-icon-theme.showWelcomeMessage": false,
"material-icon-theme.folders.iconsEnabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment