1
0
Fork 0

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

This commit is contained in:
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

View file

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