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.

Contents

  1. 1Development
  2. 1.1Code Formatting