Skip to content

Instantly share code, notes, and snippets.

@medihack
Created November 10, 2020 21:31
Show Gist options
  • Save medihack/5097689f39e9cb31b49c6b5777758777 to your computer and use it in GitHub Desktop.
Save medihack/5097689f39e9cb31b49c6b5777758777 to your computer and use it in GitHub Desktop.
Visual Studio Code Workspace Settings
{
"editor.formatOnSave": true,
"html.format.enable": false,
"prettier.tabWidth": 4,
"prettier.disableLanguages": ["html", "django-html"],
"python.formatting.provider": "black",
"python.linting.pylintEnabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment