This is a Java port of js-beautify.
Testing data has been copied from the js-beautify project into the test folder,
with support for generating automated Java tests.
Recreate the generated tests by running the generate-tests.js script:
cd test
npm install
node generate-tests.js
cd ..The Java tests can then be run using Maven:
mvn test