algolia / instantsearch-ios

⚡️ A library of widgets and helpers to build instant-search applications on iOS.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/ios/
Apache License 2.0
591 stars 55 forks source link

chore: add SwiftFormat #270

Closed VladislavFitz closed 1 year ago

VladislavFitz commented 1 year ago

Summary

Adds SwiftFormat rules to enforce consistent formatting across the project. Also fixes new SwiftLint issues.

Result

The code formatting is enforced and automatically checked. SwiftFormat and SwiftLint checks pass successfully.