aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2012-01-10 08:07:07 -0400
committerGravatar David Bremner <bremner@debian.org>2012-01-21 15:11:25 -0400
commit871fc32837d1e734895bef5f89040b5b874ae473 (patch)
tree662740a11886f2b230fad1bd03e1d52be80ee363 /bindings
parent37dec7d7b37afd281f23c0ec7ed9111c24965126 (diff)
uncrustify.cfg: initial support for notmuch coding style
Uncrustify is a free (as in GPL2+) tool that indents and beautifies C/C++ code. It is similar to GNU indent in functionality although probably more configurable (in fairness, indent has better documentation). Uncrustify does not have the indent mis-feature of needing to have every typedef'ed type defined in the configuration (even standard types like size_t). This configuration starts with the linux-kernel style from the uncrustify config, disables aggressive re-indenting of structs, and fine tunes the handling 'else' and braces. In an ideal situation, running uncrustify on notmuch code would be NOP; currently this is not true for all files because 1) the configuration is not perfect 2) the coding style of notmuch is not completely consistent; in particular the treatment of braces after e.g. for (_) is not consistent. Some fine tuning by Tomi Olilla.
Diffstat (limited to 'bindings')
0 files changed, 0 insertions, 0 deletions