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

Massive Formatting Overhaul #7

Merged
merged 3 commits into from
May 1, 2024
Merged

Conversation

dfvankomen
Copy link
Collaborator

This PR contains a significant number of changes to DendroLib (aka Dendro-5.01).

The project suffered from massive inconsistency with its formatting, where some code was formatted, some of it wasn't, and much of the formatting was inconsistent. Many lines went well beyond 200+ characters, indentation was all over, and other issues. The code is still excellent, but reading through it with the inconsistencies was tough, especially for people unfamiliar with what it does.

I've created a uniform clang-format file and have applied it to all Dendro-based source files (things like zlib and other included libraries are not formatted).

This will make comparing history odd when looking for particular changes past this particular set of changes, but I feel this is a must in order to better read the code and work on the project going forward.

@dfvankomen dfvankomen merged commit e3050ed into paralab:master May 1, 2024
1 check passed
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