From d5affc53a4de8fb11785a1c33c799043cdc7340f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maren=20S=C3=BCwer?= Date: Mon, 23 Jul 2018 17:04:45 +0200 Subject: [PATCH] change formatOnSave back to true --- scm-ui/.vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-ui/.vscode/settings.json b/scm-ui/.vscode/settings.json index d5728921ff..f5d90fdf4b 100644 --- a/scm-ui/.vscode/settings.json +++ b/scm-ui/.vscode/settings.json @@ -4,7 +4,7 @@ "editor.formatOnSave": false, // Enable per-language "[javascript]": { - "editor.formatOnSave": false + "editor.formatOnSave": true }, "flow.pathToFlow": "${workspaceRoot}/node_modules/.bin/flow" }