-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[gardening] Increase consistency with regards to spacing after colons #4855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gardening] Increase consistency with regards to spacing after colons #4855
Conversation
@swift-ci please smoke test |
@swift-ci please test |
@swift-ci please smoke test and merge |
AFAIK, the rule of thumb is "add a space on the type-side of the colon". So in generics it would be |
@moiseev The form |
I've now removed all |
@swift-ci please smoke test |
@practicalswift FWIW, the |
@swift-ci please smoke test |
@swift-ci please test |
@moiseev OK, then let's go with Is there someone in the Swift team who is in contact with the Swift book team and can bring up this inconsistency and get it resolved? :-) |
@swift-ci please smoke test and merge |
Build failed |
@moiseev FWIW Results:
|
Nice! It might be a consequence of people using XCode and reading TSPL, though. |
@moiseev Agreed! 👍 |
Increase consistency with regards to spacing after colons.