Juerd wrote:
> Is there a way to automate this in a central place? Maybe a bot that
> cleans up after commits, perltidy'ing and separately commiting those
> changes?

It's not generally a good idea to have a bot making automated changes to the
repository.  perltidy is very good, but I have at least once had it change code
such that the Perl parser got confused.  Perhaps a pre-commit hook that verifies
that the code runs clean with perltidy...

John

Reply via email to