JS beautifier
Examples
I used a JS beautifier to fix the messy indentation in my project's source code.
Before committing your script to the repository, run it through a JS beautifier to ensure it follows the team's style guide.
The online JS beautifier made the minified code much easier to read and debug.