Hacker News new | ask | show | jobs
by DannoHung 6195 days ago
I've always liked putting the closing brace at the same indentation level as the code on its own separate line, but using K&R style for the leading brace.

That way I can just look at the indentation to see where blocks start and end.