Hacker News new | ask | show | jobs
by alok-g 5204 days ago
I do not care who wrote the code -- It should be shown to me using my formatting preferences, just as I can use my own visual theme in the editor. Those themes do not affect the code as it is saved into the file, and those formatting preferences should not either.
1 comments

Formatting is semantic in Go, newlines are significant, so a brace across a newline is quite reasonably different from a brace on the same line.