Is there a usable code beautifier for PHP?
I have used indent, with some success.
indent (meant for C-code, mostly) does a passable
job, resulting in only a few predictable mistakes, that can be
cleaned up with a few perl regular expressions.
Is there one that just works?