<p><br>
On Jan 30, 2012 4:38 PM, "Tomi Ollila" <<a href="mailto:tomi.ollila@iki.fi">tomi.ollila@iki.fi</a>> wrote:<br>
><br>
> On Fri, 27 Jan 2012 19:46:58 -0400, David Bremner <<a href="mailto:david@tethera.net">david@tethera.net</a>> wrote:<br>
> > From: David Bremner <<a href="mailto:bremner@debian.org">bremner@debian.org</a>><br>
><br>
> [ ... ]<br>
><br>
> > +<br>
> > +* Indent is 4 spaces with mixed tabs/spaces and a tab width of 8.<br>
> > +  Tabs should be only at the beginning of the line.<br>
><br>
> So, after initial indentation (with tabs) there should not be further<br>
> tabs? We'll be using the former instead of the latter in these 2 below?</p>
<p>I'd prefer tabs for aligning comments at the end of lines.</p>
<p>><br>
> /* excerpt from command-line-arguments.h -- indentation without tabs */<br>
><br>
> enum notmuch_opt_type {<br>
>    NOTMUCH_OPT_END = 0,<br>
>    NOTMUCH_OPT_BOOLEAN,        /* --verbose              */<br>
>    NOTMUCH_OPT_INT,            /* --frob=8               */<br>
>    NOTMUCH_OPT_KEYWORD,        /* --format=raw|json|text */<br>
>    NOTMUCH_OPT_STRING,         /* --file=/tmp/gnarf.txt  */<br>
>    NOTMUCH_OPT_POSITION        /* notmuch dump pos_arg   */<br>
> };<br>
><br>
> /* excerpt from command-line-arguments.h -- indentation with tabs */<br>
><br>
> enum notmuch_opt_type {<br>
>    NOTMUCH_OPT_END = 0,<br>
>    NOTMUCH_OPT_BOOLEAN,        /* --verbose              */<br>
>    NOTMUCH_OPT_INT,            /* --frob=8               */<br>
>    NOTMUCH_OPT_KEYWORD,        /* --format=raw|json|text */<br>
>    NOTMUCH_OPT_STRING,         /* --file=/tmp/gnarf.txt  */<br>
>    NOTMUCH_OPT_POSITION        /* notmuch dump pos_arg   */<br>
> };<br>
><br>
><br>
> [ ... ]<br>
><br>
><br>
> Tomi<br>
> _______________________________________________<br>
> notmuch mailing list<br>
> <a href="mailto:notmuch@notmuchmail.org">notmuch@notmuchmail.org</a><br>
> <a href="http://notmuchmail.org/mailman/listinfo/notmuch">http://notmuchmail.org/mailman/listinfo/notmuch</a><br>
</p>