diff options
author | xtekky <98614666+xtekky@users.noreply.github.com> | 2023-08-07 13:37:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-07 13:37:59 +0200 |
commit | 7033dfe2a2bca7f45c4d69ffbf9e315b4b1d101c (patch) | |
tree | be28f170ced3a3f532c71faa00fb60f050d56b30 /.vscode/settings.json | |
parent | Delete ci.yml (diff) | |
download | gpt4free-7033dfe2a2bca7f45c4d69ffbf9e315b4b1d101c.tar gpt4free-7033dfe2a2bca7f45c4d69ffbf9e315b4b1d101c.tar.gz gpt4free-7033dfe2a2bca7f45c4d69ffbf9e315b4b1d101c.tar.bz2 gpt4free-7033dfe2a2bca7f45c4d69ffbf9e315b4b1d101c.tar.lz gpt4free-7033dfe2a2bca7f45c4d69ffbf9e315b4b1d101c.tar.xz gpt4free-7033dfe2a2bca7f45c4d69ffbf9e315b4b1d101c.tar.zst gpt4free-7033dfe2a2bca7f45c4d69ffbf9e315b4b1d101c.zip |
Diffstat (limited to '')
-rw-r--r-- | .vscode/settings.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index ae2a0b0e..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "[python]": { - "editor.defaultFormatter": "ms-python.black-formatter", - "editor.formatOnSave": true, - }, - "python.formatting.provider": "none" -} |