In id:"[email protected]" we started
discussing the use of uncrustify (or some equivalent tool) to enforce
code style. In order for this to work, we would need to be a bit more
rigid about style.
So my sunday morning bikeshed-bait is do we want
if (...) {
}
or
if (...)
{
}
(and similarly for 'switch', 'for', 'while')
If I look at a small sample of Carl's original code it seems like the
former is more typical. But I might be biased because that is what I
prefer.
d
_______________________________________________
notmuch mailing list
[email protected]
http://notmuchmail.org/mailman/listinfo/notmuch