From 5414eee921e6ee0b17c2157a53b5cfa75e88f167 Mon Sep 17 00:00:00 2001 From: Eric David Smith Date: Sat, 8 Jul 2023 14:46:57 -0400 Subject: [PATCH] Create settings.json --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/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" +}