-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Changing .clang-format AlignConsecutiveAssignments
to false
and applying to smart_holder code.
#3065
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
@Skylion007 did you have a suggestion for another .clang-format config change? Something to do with pointers? |
Yeah, there was suggestions about where to align "pointer *" and "reference &" to be part of the type instead of part of the var. |
I love this PR as it stands! We cool with reviewing / merging this as-is? @henryiii? |
Aha! I see #3067 |
Also removing a commented-out line.
ed8ea12
to
0437e91
Compare
Ignoring the one CI flake (eigen download failed). |
Ouch, silly mistake: I forgot the |
Applying new .clang-format config merged with PR #3067.
All changes are automatic (clang-format). NO manual changes.