|
From: Larry M. <lm...@bi...> - 2009-09-01 19:00:49
|
On Tue, Sep 01, 2009 at 10:42:45AM -0700, Brian Griffin wrote:
> On Tue, Sep 1, 2009 at 1:14 AM, Kristoffer Lawson <se...@fi...>wrote:
>
> > mixing tabs and spaces makes no sense whatsoever. It's the worst
> > of both worlds.
> >
>
> Hear hear!
Coming into this late but we use ts=8 and sw=4 because while control
blocks are all tabs, continuation lines are 4.
if (whatever) {
blah;
}
if (whatever && something_else && some_long_frigging_java_whatever &&
another_long_frigging_java_whatever && blah) {
blech;
blech2;
blech3;
}
Bill Shannon normal form, and he's the only guy with an option in indent
just for him :)
--
---
Larry McVoy lm at bitmover.com http://www.bitkeeper.com
|