Skip to content

Instantly share code, notes, and snippets.

@pradishb
Last active December 29, 2020 04:16
Show Gist options
  • Save pradishb/ad6d86d4ab07b652915babfb6031eaf4 to your computer and use it in GitHub Desktop.
Save pradishb/ad6d86d4ab07b652915babfb6031eaf4 to your computer and use it in GitHub Desktop.
{
"editor.formatOnSave": true,
"python.formatting.autopep8Args": ["--max-line-length=99"],
"python.sortImports.args": [
"--sl",
"--src=${workspaceFolder}"
],
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment