On Thu, 29 Oct 2009, Simon Josefsson wrote:
I haven't used an automatic commit-hook indenter before, but one alternative that I have used is a commit-hook that refuses to commit code that isn't properly indented.
Perhaps, but since this isn't really a problem we're experiencing I don't think we need to fix anything here.
Perhaps creating a make rule so that 'make indent' will indent all the code easily, then it becomes easier to run this from time to time and also easy for contributors to format their changes properly.
That's a great idea. I figure we can simply commit the indent setup as .indent.pro in the source dir and have 'make indent' run 'indent *.[ch]' in there...
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
