-
Notifications
You must be signed in to change notification settings - Fork 126
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
Disable "respectsExistingLineBreaks" in .swift-format for more consistent styling #346
Conversation
I had to revert the changes from the previous PR because there were too many conflicts. I've been waiting for the PR section to be empty. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two comments, otherwise looks great, thank you @PARAIPAN9!
If you have more time, it'd be great to apply the same change to the other 3 repos, we want to keep all 4 consistent.
Examples/GreetingServiceClient/Sources/GreetingServiceClient/GreetingServiceClient.swift
Outdated
Show resolved
Hide resolved
Still seems the symlink got changed, unless github is slow to refresh the diff. |
Yes, I see... |
Please make sure you're running swift-format 5.9, as the CI is disagreeing on the formatting. |
I was on -v 5.8, I've just updated to the latest version and addressed the complaints. |
Great, thank you @PARAIPAN9! I think the other 3 repos will be easier 🙂 |
You're welcome, I'm pretty sure too 😄. |
Motivation
Modifications
Result
Test Plan