Skip to content

Instantly share code, notes, and snippets.

@cdiener
Created June 16, 2017 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdiener/ef42448c0c50057cb43f2fe70ab0b5b3 to your computer and use it in GitHub Desktop.
Save cdiener/ef42448c0c50057cb43f2fe70ab0b5b3 to your computer and use it in GitHub Desktop.
My vscode settings....
{
"workbench.colorTheme": "Sublime Material Theme - Dark",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "'Fira Mono', monospace",
"editor.fontSize": 17,
"editor.rulers": [80],
"window.zoomLevel": 0,
"window.menuBarVisibility": "toggle",
// Settings for Python
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.pydocstyleEnabled": true,
"python.unitTest.pyTestEnabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment