This project uses two formatting tools: hawkeye and SwiftFormat.
To install swiftformat:
brew install swiftformat
To install hawkeye locally, you will need to install the Rust toolchain, then run:
cargo install hawkeye
To run formatters:
make format
# Alternatively, individually:
swiftformat .
hawkeye format