From 7f3e2883b924119252a9273f60105e87fde7e2f9 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Wed, 1 Sep 2021 08:56:27 +0200 Subject: update everything --- Library/Application Support/Code/User/settings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Library/Application Support/Code') diff --git a/Library/Application Support/Code/User/settings.json b/Library/Application Support/Code/User/settings.json index f8e7ac6..bc59d22 100644 --- a/Library/Application Support/Code/User/settings.json +++ b/Library/Application Support/Code/User/settings.json @@ -72,5 +72,18 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "security.workspace.trust.untrustedFiles": "open", + "[go]": { + "editor.insertSpaces": true, + "editor.formatOnSave": true, + "editor.codeActionsOnSave": { + "source.organizeImports": true + } + }, + "[css]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "workbench.editor.untitled.hint": "hidden", + "go.toolsManagement.autoUpdate": true, + "diffEditor.ignoreTrimWhitespace": false, "redhat.telemetry.enabled": true } \ No newline at end of file -- cgit v1.2.3