Golang indentation in vscode
23:40 19 Aug 2026

Currently learning Google Go and I'm wondering if there is a convention for spacing- either using tabs or spaces manually? Additionally, I'm using VS Code as my IDE and I assumed installing the GO extension would indent things neatly whenever I make changes to the file, but it currently doesn't.

tooling-recommendation go