-
Notifications
You must be signed in to change notification settings - Fork 27
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
Code formatting #62
Code formatting #62
Conversation
This PR addresses issue #57 |
a10e9c1
to
b157c38
Compare
I did another iteration addressing a few places where the results of the formatting stood out. As before, I've pushed a final commit with the formatting. I just did a very rough scan, so there are still bits of code that will be formatted strangely until somone manually addresses them (mainly comments at the end of lines). But we could address those later as the code is touched in future commits. Let me know if anything stands out as wrong. |
b157c38
to
382c04e
Compare
I just have a few more places to fix, and then I'll remove the |
The PR looks good to me. However I have a compilation issue:
It might be an error with some of the "includes", maybe the |
16eb65a
to
7bb086e
Compare
Thanks. I think there were some circular includes shown up when clang-format reordered things. Should be fixed now, along with a rebasing error I introduced. |
7bb086e
to
18e34b2
Compare
Thanks a lot for that @dtebbs good to have some tooling to improve code consistency. |
Introduce a code-formatting tool to ensure style consistency across the code base.