From 2d08ebc054fc98e8df8b6603318a217e3b6c4517 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Thu, 25 Apr 2019 20:08:07 +1000 Subject: [PATCH] vscode settings --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..f06b59310 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "go.formatTool": "goimports" +} \ No newline at end of file