diff --git a/.vscode/settings.json b/.vscode/settings.json index 5fb1304..49fbcaf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,8 @@ "crossorigin", "jazzmin", "venv" - ] + ], + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter" + } } \ No newline at end of file