- Working version released
- Please file any bugs
- Make everything more prettier ;)
- Increase performance (It's already fast though)
yarn add --dev --exact prettier prettier-plugin-javaprettier --write "**/*.java"If you're interested in contributing to the development of Prettier for Java, you can follow the CONTRIBUTING guide from Prettier, as it all applies to this repository too.
To test it out on a Java file:
- Clone this repository.
- Run
yarn. - Create a file called
test.java. - Run
yarn prettier test.javato check the output. - Run
test.sh ../some_project/**/*.javait on your whole project and check for issues, check test_files/*.error (and compare with the .java and the prettier output *.prettier) - Check PREVIEW.md for current status of how how certain parts look like (generated automatically from the test cases)
- You can call
yarn testto test against all regular tests
