- 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:
TBD: created a better way for local playground
- You can call
yarn testto test against all regular tests
