-
Notifications
You must be signed in to change notification settings - Fork 79
standardize formatting #3
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
Conversation
motivation: prepare for CI changes: * add default swiftformat settings and apply them * update linux generation script to conform to formatting rules
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.
that's the only thing which I'd like the formatter not to do 🤔
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.
that's cool, we wanted that since a while but never got to set up 👍
ktoso
left a comment
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.
I'm happy with this, the only thing that would be good for this not to break is:
// ==== ------------------------------------------------------------------------------------------------------------
// MARK: ActorShell implementation
where it now adds a newline between those 😢
|
Let's merge and follow up any failures / fixups one by one |
motivation: prepare for CI changes: * add default swiftformat settings and apply them * update linux generation script to conform to formatting rules
motivation: prepare for CI
changes: