Hacker News new | ask | show | jobs
by Jemaclus 1971 days ago
Personally, I use tabs for indentation, spaces for alignment.

But more practically, I think the right thing to do is use an opinionated formatter (like Go's gofmt or similar) and enforce that across the teams that you work with. Life's too short to bicker about tabs vs spaces, when there are more important things to discuss like short variables vs long variables ;)