From 1f39c817690d570fcef23112e61e95ecde7b2fdd Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Wed, 9 Oct 2024 09:25:21 -0400 Subject: [PATCH] Give Prettier a cookie --- .vscode/settings.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a07a4ff2b9..c94f9b21a3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -92,10 +92,7 @@ "wordlist", "wordlists" ], - "git.branchProtection": [ - "main", - "master" - ], + "git.branchProtection": ["main", "master"], "search.exclude": { ".parcel-cache": true, ".tox": true, @@ -103,6 +100,6 @@ "mongo_database": true, "node_modules": true, "parcel-bundle-reports": true, - "venv": true, + "venv": true } }