vscode: specify yapf as the formatting provider (#13206)
This commit is contained in:
parent
a08486597d
commit
3d62e1dfbf
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -22,5 +22,6 @@
|
||||||
"[markdown]": {
|
"[markdown]": {
|
||||||
"editor.trimAutoWhitespace": false,
|
"editor.trimAutoWhitespace": false,
|
||||||
"files.trimTrailingWhitespace": false
|
"files.trimTrailingWhitespace": false
|
||||||
}
|
},
|
||||||
|
"python.formatting.provider": "yapf"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue