This package makes use of SwiftFormat, which you can install from homebrew.
To apply formatting rules to all files, which you should do before submitting a PR, run from the root of the repository:
swiftformat .
Formatting is validated with the --strict
flag on every PR