diff options
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 775b3df17..8d275ce31 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
@@ -22,5 +22,6 @@ | |||
22 | "[markdown]": { | 22 | "[markdown]": { |
23 | "editor.trimAutoWhitespace": false, | 23 | "editor.trimAutoWhitespace": false, |
24 | "files.trimTrailingWhitespace": false | 24 | "files.trimTrailingWhitespace": false |
25 | } | 25 | }, |
26 | "python.formatting.provider": "yapf" | ||
26 | } | 27 | } |