You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add some new swift-format 5.9 rules
### Motivation
I scanned the swift-format 5.9 release notes and found a few new rules that can make our code further consistent.
### Modifications
Added those rules and reformatted.
The only hand-made change is in `.swift-format`, the rest is the result of rerunning swift-format.
### Result
More consistent code, fewer style discussions on PRs.
### Test Plan
CI.
Reviewed by: simonjbeaumont
Builds:
✔︎ pull request validation (5.10) - Build finished.
✔︎ pull request validation (5.8) - Build finished.
✔︎ pull request validation (5.9) - Build finished.
✔︎ pull request validation (compatibility test) - Build finished.
✔︎ pull request validation (docc test) - Build finished.
✔︎ pull request validation (integration test) - Build finished.
✔︎ pull request validation (nightly) - Build finished.
✔︎ pull request validation (soundness) - Build finished.
apple#356
0 commit comments