Skip to content

Commit

Permalink
golines導入
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Dec 27, 2024
1 parent e8a43bf commit 8c1ceaa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"eslint.workingDirectories": ["./view/next-project"],
"[go]": {
"editor.defaultFormatter": "golang.go"
},
"emeraldwalk.runonsave": {
"commands": [
{
"match": "\\.go$",
"cmd": "golines ${file} -w"
}
]
}
}

0 comments on commit 8c1ceaa

Please sign in to comment.