C++ Style Guide #91
Kalashnikovni
started this conversation in
General
Replies: 2 comments 1 reply
-
The hook (once enabled) will apply the style defined here on the commit modified files. I have no particular preference, maybe once we agree on the details we can just bulk update the repo and apply the style to all the files, then after that we'll see only the modified code on each PR. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree with this convention. I'd like to suggest only one modification: According to the guide, private data members should have an underscore at the end, I would rather move it to the beginning.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've discussed some formatting details with @francosansone, so I thought it would be good to adopt a C++ Style Guide. I think that Google C++ Style Guide is a good reference.
I remember that @joaquinffernandez added hook files to enforce a specific layout, do they follow some other guide?
Beta Was this translation helpful? Give feedback.
All reactions