Contributing
December 2, 2025 ยท View on GitHub
Development
Code Formatting
This project uses the Spotify fmt-maven-plugin for consistent code formatting.
Check formatting:
mvn fmt:check
Auto-format code:
mvn fmt:format
The fmt:check goal runs automatically during the build to ensure all code is properly formatted.