Where can I find a proper JavaScript beautifier
- by Ernelli
I have used http://jsbeautifier.org/ successfully using Rhino and ant, but the problem is that it is not deterministic. If you run the beautifier twice on a file the result is different from each time, e.g. each pass inserts additional array intendation on some lines.
I have spent a lot of time debugging the code in beautify.js and have made some…