vscode: specify yapf as the formatting provider (#13206)
This commit is contained in:
parent
a08486597d
commit
3d62e1dfbf
|
@ -22,5 +22,6 @@
|
|||
"[markdown]": {
|
||||
"editor.trimAutoWhitespace": false,
|
||||
"files.trimTrailingWhitespace": false
|
||||
}
|
||||
},
|
||||
"python.formatting.provider": "yapf"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue