Automatically format your Swift code when committing your work
I fell in love with SwiftFormat as code formatter for Swift sources as it offers various way to use the tool:
Command-line tool
Xcode Source Editor extension
Xcode build phase
Git pre-commit hook
...
I prefer the Git pre-commit hook as it ensu...
blog.eidinger.info4 min read