vscode: specify yapf as the formatting provider (#13206)

master
Zach White 2021-06-13 17:52:31 -07:00 committed by GitHub
parent a08486597d
commit 3d62e1dfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -22,5 +22,6 @@
"[markdown]": {
"editor.trimAutoWhitespace": false,
"files.trimTrailingWhitespace": false
}
},
"python.formatting.provider": "yapf"
}