aboutsummaryrefslogtreecommitdiff
path: root/devel/STYLE
AgeCommit message (Collapse)Author
2019-06-14STYLE: document rules for calls, block comments, ternary opsDavid Bremner
2016-03-04STYLE: suggest long namesDavid Bremner
Hopefully the exceptions are common sense.
2016-03-04STYLE: document some rules about variable declarationsDavid Bremner
No-one seemed opposed to C99 style loop variable declarations. The requirement to declare variables at the top of blocks is maybe a little more contested, but I believe it reflects the status quo.
2015-08-04lib: define NOTMUCH_DEPRECATED macro, document its use.David Bremner
This has been tested with gcc and clang.
2013-03-29devel/STYLE: information how to enable standard pre-commit hookTomi Ollila
It is easier to enable git standard pre-commit hook, when the operation to do so is presented.
2012-11-08devel: Document schemata in STYLEAustin Clements
2012-02-12STYLE: Initial draft of coding style documentDavid Bremner
This was edited by (at least) Austin, Tomi, and myself. Amended with Austin's proposed wording for indentation.