-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
zig fmt fixes #6293
zig fmt fixes #6293
Conversation
If you want to close one more ticket related to |
By all means do, that was mostly to show changes in context. Would you like me to push a revert commit, or drop it in a rebase, or is it easier for you to handle it when pulling? |
If you don't mind dropping it in a rebase, that will be easiest for me so that I can give this one more lookover and then SLAP that big green button. |
…ing literals when calculating padding for array initializers. fixes ziglang#3739 Changes some of the special casing for multiline string literals.
d6a2981
to
4496a6c
Compare
Hmm, I'm not sure why the Mac build failed... |
Looks like an operational issue with Azure, not anything on your end. Thanks for the ping - I'll take one final look and then hit that phat merge button |
This closes a bunch of fmt issues
I think the changes are at least justifiable, but am happy to revert things upon getting other's opinions.