golang / vscode-go

Go extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=golang.Go
Other
3.84k stars 735 forks source link

Switch, cases need indentation #3084

Closed DevDorrejo closed 9 months ago

DevDorrejo commented 9 months ago

Hello,

i am using the switch case statement, but when formatting, it puts the case in the same column line of swtich.

image

It would be good this format:

image

adonovan commented 9 months ago

That's the canonical style for Go source code. You can read more about it, and the tool that enforces it, here: https://go.dev/blog/gofmt.