From 41019d3409e122291f914b6dae231d359d967561 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 3 Dec 2020 14:52:44 -0400 Subject: [PATCH] vscode setting --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }