diff --git a/.vscode/settings.json b/.vscode/settings.json index aa1b8c0..a2bc512 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,7 +23,12 @@ }, "editor.tabSize": 4 }, - "python.testing.pytestArgs": ["."], + "[toml]": { + "editor.formatOnSave": true, + }, + "python.testing.pytestArgs": [ + "." + ], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true -} +} \ No newline at end of file