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

Re-run clang-format #17

Merged
merged 1 commit into from
Apr 25, 2023
Merged

Re-run clang-format #17

merged 1 commit into from
Apr 25, 2023

Conversation

johnkerl
Copy link
Owner

@johnkerl johnkerl commented Apr 25, 2023

Needs to be CI'ed, or made a makefile target, or somesuch ... but for the moment:

clang-format -i $(find src  -name '*.h' -o -name '*.cpp')
clang-format -i $(find cli  -name '*.h' -o -name '*.cpp')
clang-format -i $(find test -name '*.h' -o -name '*.cpp')

Context: #1

@johnkerl johnkerl merged commit b1b46f0 into main Apr 25, 2023
@johnkerl johnkerl deleted the kerl/clang-format-again branch April 25, 2023 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant