X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=devel%2FSTYLE;h=92de42ccc9ba1847234532a88b58840ab5b0151a;hb=2e8dc64f5fa2162d875e34b48084903fa64363bb;hp=0792ba129e240eb1818b1cc2d98f1b16746964f0;hpb=ae459a3f4ca0e24cb2012bc4af7af3aea4731fec;p=notmuch diff --git a/devel/STYLE b/devel/STYLE index 0792ba12..92de42cc 100644 --- a/devel/STYLE +++ b/devel/STYLE @@ -45,8 +45,9 @@ function (param_type param, param_type param) - likewise, there is a space following keywords such as if and while - every binary operator should have space on either side. -* No trailing whitespace. Please enable the standard pre-commit hook - in git (or an equivalent hook). +* No trailing whitespace. Please enable the standard pre-commit hook in git + (or an equivalent hook). The standard pre-commit hook is enabled by simply + renaming file '.git/hooks/pre-commit.sample' to '.git/hooks/pre-commit' . * The name in a function prototype should start at the beginning of a line.