-
Notifications
You must be signed in to change notification settings - Fork 197
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
Update .clang-format
to be consistent with all other RAPIDS repos
#300
Conversation
I think it would be great to keep the formatting rules for raft in sync w/ the other RAPIDS repos. @codereport, are you hoping to get this merged for 21.12? |
Oh wow, I totally forgot about this PR. At some point I asked for reviews on slack but clearly didn't get any. Let me update this PR and retarget it on 21.12 and then reping folks on slack. Thanks! |
This PR has been labeled |
This reverts commit cc03dba.
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.
LGTM
@gpucibot merge |
All RAPIDS repos share the same
.clang-format
config file except Raft. This PR fixes that.