Skip to content

Instantly share code, notes, and snippets.

@karolyi
Last active August 24, 2017 16:11
Show Gist options
  • Save karolyi/97a5ee1bf5503384ccf67d79bcb999eb to your computer and use it in GitHub Desktop.
Save karolyi/97a5ee1bf5503384ccf67d79bcb999eb to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Monokai",
"editor.fontFamily": "'Roboto Mono Light', 'Courier New', monospace, 'Droid Sans Fallback'",
"editor.fontSize": 18,
"editor.wordWrap": "bounded",
"editor.rulers": [
72, 79
],
"files.autoSave": "onFocusChange",
"editor.renderWhitespace": "all",
"editor.cursorBlinking": "phase",
"python.formatting.formatOnSave": true,
"editor.tabCompletion": true,
"python.linting.flake8Enabled": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"window.zoomLevel": 0.5,
"editor.renderControlCharacters": false,
"workbench.colorCustomizations": {
"editor.selectionBackground": "#7F543F",
"editor.selectionHighlightBackground": "#5B2D26"
},
"git.enableSmartCommit": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment