On Sun, Mar 22, 2009 at 09:54:34AM +0100, Christoph Mallon wrote:
> I'm ok with 80 columns. But at the same time having tab stops every 8
> spaces - I consider this silly.
You may be missing the beauty of KNF's statement continuations. e.g.:
if (foo || bar || baz || other_really_long_variable ||
quix) {
panic("blah");
}