Skip to content

Instantly share code, notes, and snippets.

@shiva-karthick
Created September 7, 2018 08:49
Show Gist options
  • Save shiva-karthick/8bcfd80ac8f715396ee10bf5adf838d6 to your computer and use it in GitHub Desktop.
Save shiva-karthick/8bcfd80ac8f715396ee10bf5adf838d6 to your computer and use it in GitHub Desktop.
My VS code settings
{
"cSpell.userWords": [
"zymotic"
],
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.rulers": [
79,
],
"files.autoSave": "onFocusChange",
"python.autoComplete.addBrackets": true,
"python.linting.enabled": true,
"python.linting.pep8Enabled": true,
"python.linting.pylintEnabled": true,
"window.menuBarVisibility": "default",
"window.zoomLevel": 2,
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "vscode-icons",
"python.jediEnabled": false,
"workbench.startupEditor": "welcomePage"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment