Created
May 30, 2020 19:18
-
-
Save danbailo/508ce50f5db9c754efcc1486778e068c to your computer and use it in GitHub Desktop.
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": "Monokai", | |
"window.zoomLevel": 0, | |
"editor.insertSpaces": true, | |
"editor.tabSize": 4, | |
"explorer.confirmDelete": false, | |
"workbench.startupEditor": "newUntitledFile", | |
"latex-workshop.view.pdf.viewer": "external", | |
"python.linting.pylintEnabled": false, | |
"python.linting.flake8Enabled": true, | |
"python.linting.enabled": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment