diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 9ee86e71..ae2a0b0e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "[python]": { - "editor.defaultFormatter": "ms-python.autopep8" + "editor.defaultFormatter": "ms-python.black-formatter", + "editor.formatOnSave": true, }, "python.formatting.provider": "none" -}
\ No newline at end of file +} |