|
|
|
|
|
by dilap
3830 days ago
|
|
tabs to indent, spaces to align. this is what go does, and it works great. take any gofmt-formatted style, set your tab size to anything you like, and it will still look great. it's baffling and slightly tragic that this style of indentation is not more popular! |
|
I wonder if gofmt logic can be extended to other languages.