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

python_optimizations
Zach White 4 years ago committed by GitHub
parent a08486597d
commit 3d62e1dfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .vscode/settings.json

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

Loading…
Cancel
Save