This project uses swift-format for consistent code formatting. To get started:
- Install swift-format:
brew install swift-format
# Format all Swift files in the project
```bash
swift-format format --in-place --recursive .
swift-format format --in-place path/to/file.swift