Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 535 Bytes

DEVELOPMENT.adoc

File metadata and controls

31 lines (21 loc) · 535 Bytes

Development

Running the formatter

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