Skip to content

Commit

Permalink
Update workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpt-erikgeiser committed Mar 21, 2024
1 parent d0c6022 commit dbd65a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.organizeImports": "explicit"
},
},
"[go.mod]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.organizeImports": "explicit"
},
}
},
Expand Down

0 comments on commit dbd65a8

Please sign in to comment.