Hacker News new | ask | show | jobs
by samlittlewood 6196 days ago
Personally, I use K&R BUT add space as appropriate to make things readable. Using BSD format, amongst other things, I find the 3 lines between the leaves of an if/else statment really start to chafe.

Having used python and small amounts of lisp, I also flirted with rolling up all the close parens/braces on the end of lines with no white space.