Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.46 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.46 KB

LorentzVectorBase

Base interfaces for four-momenta in high-energy physics.

Stable Documentation In development documentation Test workflow status Docs workflow Status Coverage

Code Formatting

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.