From 5e0fcf1f4ab8ac7929b69cbbf117bbd49edc1407 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Fri, 4 Dec 2020 17:05:13 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=F0=9F=90=9E=20VSCode=20formatting=20b?= =?UTF-8?q?roke=20code=20by=20removing=20all=20unused?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3fb3d30..fd68d0b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,7 +10,7 @@ "editor.defaultFormatter": "vscode.typescript-language-features", "editor.codeActionsOnSave": { "source.organizeImports": true, - "source.fixAll": true + // "source.fixAll": true } }, "javascript.preferences.quoteStyle": "single",