vote up 1 vote down star

Seeking linux or PHP program to automate code formatting. Optimally it would handle many languages, but the priority is that listed in subject. Comparability is nice, but not the most important feature.

Context / use: automation via SVN post-commit. I'm working with teams and want to always follow a single method of formatting.

Thanks! -Tony

flag
Multiple / separate tools / scripts are okay. – tonyrl Sep 23 at 0:25

2 Answers

vote up 1 vote down

Astyle is the canonical answer if you insist on just one.

You likely cannot get a single formatter for many langauges that understands their syntax, and you can't afford to get the syntax wrong, because you don't want the formatter to break code (especially after it has just been checked in!) [Astyle works on several because it accepts only C-like langauges]. See Semantic Designs Formatters for such tools for many langauges that do understand syntax accurately and can't make such mistakes.

link|flag
vote up 0 vote down

I find that using an IDE such as Eclipse or Aptana will accomplish this task very easily. It's not automated but if all developers use an IDE this is very simple

link|flag
I'm working with some people who definitely won't be using an IDE, but that's a helpful suggestion for some none the less. Thanks. – tonyrl Sep 9 at 10:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.