Skip to content
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 formatters (clang-format, isort, black) #4515

Merged
merged 2 commits into from
Mar 8, 2024
Merged

Conversation

fruffy
Copy link
Collaborator

@fruffy fruffy commented Mar 8, 2024

It's been a while since we have last updated the formatters. clang-format in particular has implemented a variety of changes.

@fruffy fruffy marked this pull request as ready for review March 8, 2024 22:28
while (find_next(k, &cache))
;
else
if (info->ismulti) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes are a little funky, I believe explicit brackets make the intent clearer.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

@fruffy fruffy requested review from asl and vlstill March 8, 2024 22:29
@fruffy fruffy added the infrastructure Topics related to code style and build and test infrastructure. label Mar 8, 2024
@fruffy fruffy added this pull request to the merge queue Mar 8, 2024
Merged via the queue into main with commit 8e1956e Mar 8, 2024
17 checks passed
@fruffy fruffy deleted the fruffy/clang-format branch March 8, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Topics related to code style and build and test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants