Base interfaces for four-momenta in high-energy physics.
This package follows a standardized formatting configuration to ensure consistency across the codebase. We enforce these formatting guidelines by running checks on all pull requests through continuous integration (CI).
To format your code locally and ensure it meets the required standards, you can run the following command in your terminal:
julia --project=.formatting -e 'using Pkg; Pkg.instantiate(); include(".formatting/format_all.jl")'
This will apply the necessary formatting rules to your code before submission.