diff options
-rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 8d275ce31..5fedaf477 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
@@ -23,5 +23,8 @@ | |||
23 | "editor.trimAutoWhitespace": false, | 23 | "editor.trimAutoWhitespace": false, |
24 | "files.trimTrailingWhitespace": false | 24 | "files.trimTrailingWhitespace": false |
25 | }, | 25 | }, |
26 | "python.formatting.provider": "yapf" | 26 | "python.formatting.provider": "yapf", |
27 | "[json]": { | ||
28 | "editor.formatOnSave": false | ||
29 | } | ||
27 | } | 30 | } |