-
-
Notifications
You must be signed in to change notification settings - Fork 383
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 #286
clang-format #286
Conversation
…ctory change for clang compilation and testing
I am having errors with VSCode's Cpp-Tools extension which I use to format my code based on a code style or a
leading to this message:
Removing it solves the issues. |
I put that in there for forwards compatibility with clang-format 14. I'll comment it out for now. |
f4059a5
to
12b90a3
Compare
Signed-off-by: Luca Schlecker <[email protected]>
12b90a3
to
7e4f149
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be good now. I've also checked if every file is correctly formatted: Seems good. 🚀
created clang-format rules close to the original project's, reformatted the project, and added a bot to enforce the rules in PRs through status checks and comments.