From e95737f7a2df469f21bef081bd238ba393e6ace9 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Thu, 5 Aug 2021 18:37:23 +0200 Subject: [PATCH] Remove .vscode folder Contributors should be able to use their own preferences. --- .vscode/settings.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b377e5f..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,11 +0,0 @@ -// Place your settings in this file to overwrite default and user settings. -{ - "files.trimTrailingWhitespace": true, - "search.exclude": { - "**/node_modules": true, - "**/lib": true, - "**/out": true - }, - "javascript.preferences.quoteStyle": "single", - "typescript.preferences.quoteStyle": "single" -}