Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hickVieira/4ef99679414856ed7668f3466140a8eb to your computer and use it in GitHub Desktop.
Save hickVieira/4ef99679414856ed7668f3466140a8eb to your computer and use it in GitHub Desktop.
"python.formatting.autopep8Args": [
"--max-line-length = 512"
],
"python.formatting.provider": "yapf",
"python.formatting.yapfArgs": [
"--style={based_on_style: google, indent_width: 4, column_limit: 512}"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment