diff --git a/.vscode/settings.json b/.vscode/settings.json index f945f18d..01aeb218 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,5 +9,6 @@ "files.insertFinalNewline": true, "editor.tabSize": 4, "editor.insertSpaces": false, + "editor.detectIndentation": false, "typescript.tsdk": "./node_modules/typescript/lib" }