commit 5414eee921e6ee0b17c2157a53b5cfa75e88f167 Author: Eric David Smith Date: Sat Jul 8 14:46:57 2023 -0400 Create settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3445835 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter" + }, + "python.formatting.provider": "none" +}