summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-06-13 17:52:31 -0700
committerGitHub <noreply@github.com>2021-06-13 17:52:31 -0700
commit3d62e1dfbf4addea1ca9023cfab76622c061fc8b (patch)
tree6a911ffae8dcab11d60782aa81d562deb7ab23ba /.vscode
parenta08486597dfe8b26b305f48eab8eb307f2f3b820 (diff)
vscode: specify yapf as the formatting provider (#13206)
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 775b3df172..8d275ce31a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -22,5 +22,6 @@
"[markdown]": {
"editor.trimAutoWhitespace": false,
"files.trimTrailingWhitespace": false
- }
+ },
+ "python.formatting.provider": "yapf"
}