Skip to content

Instantly share code, notes, and snippets.

@danbailo
Created May 30, 2020 19:18
Show Gist options
  • Save danbailo/508ce50f5db9c754efcc1486778e068c to your computer and use it in GitHub Desktop.
Save danbailo/508ce50f5db9c754efcc1486778e068c to your computer and use it in GitHub Desktop.
VSCode settings
{
"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