diff --git a/.vscode/settings.json b/.vscode/settings.json index c24e6d71..2f19f17f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -27,5 +27,7 @@ "package-lock.json": true, "*.{css,sass,scss}.d.ts": true }, - "editor.detectIndentation": false + "editor.detectIndentation": false, + "editor.tabSize": 4 + }