-
Notifications
You must be signed in to change notification settings - Fork 95
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 #331
Comments
I was literally in the process of adding an It needs a bit more fine tuning, (I personally don't care about formatting, I just run the formatter and learn to read the code) |
I would also recommend adding an .clang-tidy and .cmake-format.yaml file. |
Sounds good with me. Thanks a lot. |
Here's one that I used on another project. Not sure how well it appllies here tho https://github.com/RobLoach/nuklear_console/blob/master/.clang-format |
Add a clang-format definition file, and apply its coding standards.
The text was updated successfully, but these errors were encountered: