mobile-tooling / cli
SwiftFormat
Capability: SwiftFormat
Use it when
- enforce deterministic Swift formatting across editors and CI
- remove style-only diffs from iOS code review
What it solves
Not the fit when
- formatting does not replace semantic static analysis
Install
brew install swiftformat
Invoke
Add a checked-in `.swiftformat`, run `swiftformat .` locally, and use `swiftformat --lint .` as the CI gate.
Alternatives
No reviewed alternatives recorded yet.