Created
March 2, 2017 15:03
-
-
Save juanriaza/82dad3e9238aa86f94bdfb0ce026d310 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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