From 1f35613c0ce60259a58666b8725c070fd008027b Mon Sep 17 00:00:00 2001 From: insanity Date: Tue, 12 Jun 2018 22:12:40 +0900 Subject: [PATCH] formatOnSave true --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index af826ed..109bd9b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.tabSize": 2, "editor.insertSpaces": true, - + "editor.formatOnSave": true, "java.configuration.updateBuildConfiguration": "automatic" } \ No newline at end of file