Skip to content

Instantly share code, notes, and snippets.

@juanriaza
Created March 2, 2017 15:03
Show Gist options
  • Save juanriaza/82dad3e9238aa86f94bdfb0ce026d310 to your computer and use it in GitHub Desktop.
Save juanriaza/82dad3e9238aa86f94bdfb0ce026d310 to your computer and use it in GitHub Desktop.
{
"terminal.external.osxExec": "iTerm.app",
"editor.fontSize": 12,
"files.exclude": {
"**/*.pyc": true
// "node_modules": true
},
"editor.fontFamily": "OperatorMonoSSm-Light",
"editor.renderWhitespace": "all",
"editor.fontLigatures": true,
"editor.fontWeight": "400",
"window.zoomLevel": 1,
"workbench.statusBar.visible": true,
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme",
"editor.minimap.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment