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

Run recent version of clang-format on source files #2594

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

oskooi
Copy link
Collaborator

@oskooi oskooi commented Jul 28, 2023

Manually running clang-format on the source C++ files after updating the pre-commit package to use latest version. Also includes some formatting tweaks and minor updates to the pre-commit yaml file.

Separately, if we ever do decide to limit the line length to 80 characters for all source files, we just need to add an additional argument to the black and clang-format pre-commit hooks (e.g., args: [--line-length=80]).

@oskooi oskooi merged commit 951b4c6 into NanoComp:master Jul 28, 2023
5 checks passed
@oskooi oskooi deleted the clangformat_jul27 branch July 28, 2023 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant