Created
June 16, 2017 20:46
-
-
Save cdiener/ef42448c0c50057cb43f2fe70ab0b5b3 to your computer and use it in GitHub Desktop.
My vscode settings....
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
{ | |
"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