Skip to content

Instantly share code, notes, and snippets.

@Gmousse
Created November 26, 2018 21:12
Show Gist options
  • Save Gmousse/61d7e96a4d5e11e67232b61bcc3f0489 to your computer and use it in GitHub Desktop.
Save Gmousse/61d7e96a4d5e11e67232b61bcc3f0489 to your computer and use it in GitHub Desktop.
Visual Studio Code settings
{
"workbench.editor.enablePreview": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"window.zoomLevel": 0,
"atomKeymap.promptV3Features": true,
"python.linting.flake8Enabled": true,
"python.formatting.provider": "black",
"python.linting.pylintEnabled": false,
"python.unitTest.unittestEnabled": false,
"python.unitTest.nosetestsEnabled": false,
"python.unitTest.pyTestEnabled": true,
"autoDocstring.docstringFormat": "sphinx",
"prettier.printWidth": 80,
"prettier.tabWidth": 4,
"prettier.eslintIntegration": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment