Skip to content

Instantly share code, notes, and snippets.

@darth-veitcher
Last active April 15, 2022 18:37
Show Gist options
  • Save darth-veitcher/f0595eab4aad14807d25f0eb840cfd2e to your computer and use it in GitHub Desktop.
Save darth-veitcher/f0595eab4aad14807d25f0eb840cfd2e to your computer and use it in GitHub Desktop.
VSCode Workspace Settings
{
// https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"python.linting.flake8Enabled": true,
"python.linting.pylamaEnabled": true,
"python.formatting.provider": "black",
"[python]": {
"editor.formatOnPaste": false,
"editor.formatOnSaveMode": "file"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment