diff options
| author | Simen A. W. Olsen <so@bjerk.io> | 2021-09-01 08:56:27 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <so@bjerk.io> | 2021-09-01 08:59:49 +0200 |
| commit | 7f3e2883b924119252a9273f60105e87fde7e2f9 (patch) | |
| tree | b1c0b755e3cd9e17c68fb5d732eeda487fa3c57a /Library/Application Support | |
| parent | 2e696ecde47838ab3602b09bf6b172e13b9dd067 (diff) | |
| download | dotfiles-7f3e2883b924119252a9273f60105e87fde7e2f9.tar.gz dotfiles-7f3e2883b924119252a9273f60105e87fde7e2f9.zip | |
update everything
Diffstat (limited to 'Library/Application Support')
| -rw-r--r-- | Library/Application Support/Code/User/settings.json | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
