aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-12-08 15:31:36 -0600
committerToby Vincent <tobyv13@gmail.com>2021-12-08 15:31:36 -0600
commit87ffdaa67b1192f44d8c740dd8192e62f5d86559 (patch)
tree4f721a1b9a31eb47b50dc880177d82dd35a38dd0
parentdf4f7312361fa740b8e89fc7f4ba967dc124165f (diff)
removed settings.json from git
-rw-r--r--.vscode/settings.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 087a996..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "python.pythonPath": "C:\\Users\\nkoll\\AppData\\Local\\Programs\\Python\\Python27\\python.exe",
- "python.formatting.blackPath": "C:\\Users\\nkoll\\AppData\\Roaming\\Python\\Python39\\Scripts\\black.exe",
- "[python]": {
- "editor.formatOnPaste": false,
- "editor.formatOnSaveMode": "modifications"
- },
- // "python.linting.pylintEnabled": true,
- "python.linting.enabled": true,
- "files.exclude": {
- "**/__pycache__": true,
- "**/*.pyc": true,
- },
-} \ No newline at end of file