Fix style being used with yapf 0.30.0

This commit is contained in:
Jean-Michel Picod
2020-04-24 12:38:10 +02:00
parent f471fc4b5e
commit 5ea58bc018
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
// Try to make VSCode formating as close as possible to the Google style.
"python.formatting.provider": "yapf",
"python.formatting.yapfArgs": [
"--style=chromium"
"--style=yapf"
],
"python.linting.enabled": true,
"python.linting.lintOnSave": true,