You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
Much of the code comments that I've written are also concerning code style and formatting. It would be really interesting to explore some options such that the formatting of the code is done automatically.
On the top of my head, I know that clang-format can check C++ code.
I think it would also be nice to combine this with another GitHub Actions check (@guacke, any thoughts on this?). However, we should try to find a middle-ground here, because asking new developers to format their code manually can quickly lead to frustration.
This discussion was converted from issue #553 on December 10, 2020 21:32.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Describe the feature you'd like
Much of the code comments that I've written are also concerning code style and formatting. It would be really interesting to explore some options such that the formatting of the code is done automatically.
On the top of my head, I know that clang-format can check C++ code.
I think it would also be nice to combine this with another GitHub Actions check (@guacke, any thoughts on this?). However, we should try to find a middle-ground here, because asking new developers to format their code manually can quickly lead to frustration.
Beta Was this translation helpful? Give feedback.
All reactions