Command tool to beautify your javascript files
js_beautify [options] FILE js_beautify [options] -
By default, we will print beautified javascript to \s-1STDOUT\s0 if -o, it will override the \*(C`FILE\*(C' if -output=newfile.js, it will write into \*(C`newfile.js\*(C'
By default, we use 4 spaces. but if you prefer 8 spaces, we can do -s=8
1 by default
Copyright 2009 Fayland Lam, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.