Skip to content

Instantly share code, notes, and snippets.

@camilonova
Last active January 25, 2019 16:53
Show Gist options
  • Save camilonova/6a012ebbfc1d4c7a895f92da3a3cafb0 to your computer and use it in GitHub Desktop.
Save camilonova/6a012ebbfc1d4c7a895f92da3a3cafb0 to your computer and use it in GitHub Desktop.
vscode settings
Django Template
EditorConfig
ESLint
Python
Sass
Sass Lint
Spacegray VSCode
{
"workbench.statusBar.feedback.visible": false,
"git.autofetch": true,
"python.pythonPath": "/usr/local/bin/python3",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.linting.pylintArgs": [
"--disable=E0401,E1101,E1002,E1103,E1120,C0111,C1001,C0103,C0330,I0011,I0012,W0704,W0142,W0212,W0201,W0232,W0613,W0702,R0201,R0801,R0924,R0901,R0903"
],
"files.exclude": {
"**/__pycache__": true,
"node_modules": true
},
"editor.fontFamily": "Source Code Pro, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"workbench.colorTheme": "Spacegray Ocean Dark",
"explorer.confirmDelete": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment