From e7bacf8eba31a5c860e815a758322b09942c6d1a Mon Sep 17 00:00:00 2001 From: MathieuG-P Date: Mon, 11 Jul 2022 22:36:47 +0200 Subject: [PATCH] disable editor.detectIndentation --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4a58cba0..c24e6d71 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ ".prettierrc": "jsonc", ".eslintignore": "ignore" }, - + "eslint.validate": [ "javascript", "javascriptreact", @@ -26,5 +26,6 @@ "test/**/__snapshots__": true, "package-lock.json": true, "*.{css,sass,scss}.d.ts": true - } + }, + "editor.detectIndentation": false }