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

Clang format all but the Win32-specific files #580

Merged
merged 157 commits into from
Oct 31, 2023
Merged

Clang format all but the Win32-specific files #580

merged 157 commits into from
Oct 31, 2023

Conversation

ispeters
Copy link
Contributor

This giant stack of changes is the result of running clang-format on everything but our Win32-specific files. For some reason, formatting win32/windows_thread_pool.hpp breaks the MSVC build. I'll tackle formatting those files in another PR.

This partly addresses #485. I haven't updated our .clang-format file, just applied the existing one. I figure it'll be a smaller, easier change to update the rules on a consistently-formatted repo, and having a consistently-formatted repo means I won't repeat the mistake of #579 where I accidentally included unrelated formatting changes in a behaviour-changing PR.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 31, 2023
@ispeters ispeters requested a review from janondrusek October 31, 2023 00:59
Copy link
Contributor

@janondrusek janondrusek left a comment

Choose a reason for hiding this comment

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

Huge!

@ispeters ispeters merged commit a7a1f20 into main Oct 31, 2023
93 checks passed
@ispeters ispeters deleted the clang_format branch October 31, 2023 18:23
@ispeters ispeters mentioned this pull request Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants