diff --git a/.vscode/settings.json b/.vscode/settings.json index 5171a933..347760c1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "eslint.enable": true, "typescript.tsdk": "node_modules/typescript/lib", - "debug.node.autoAttach": "on" + "debug.node.autoAttach": "on", + "editor.formatOnSave": true }