|
|
|
|
|
by seiji
3898 days ago
|
|
Hard tabs make "pretty/readable indent" formatting difficult too. If you want to line up certain arguments across lines, you just can't because you're forced to an unknown width of alignment chosen by the reader. So, all your code will just be indents that ignore the specific visual alignment intentions of the author, and that reduces readability and understandability in multi-person teams (and programming is a team sport, not a one-person-does-it-all game). |
|
That's alignment not indentation. AFAIK gofmt uses spaces for vertical alignment