C-style comments when adding at closebrace? #3987
byron-hawkins
started this conversation in
Ideas
Replies: 2 comments
-
yes |
Beta Was this translation helpful? Give feedback.
0 replies
-
PR #4001 is a proposal. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
is there a way to configure uncrustify to add c-style comments at the closebrace instead of cpp-style? In my project the convention is to make temporary comments in cpp-style (e.g.,
TODO
,FIXME
), and to make any permanent comment in c-style. So the automatically added closebrace comments create an impression like, "hey, what's this doing here?" or, "hey, don't forget about this!" So I really need these to be c-style comments.Someone already suggested a template for added comments, so it seems like this feature doesn't exist. Is it worth a feature request, or should I just mod my local uncrustify? I'm not sure if this kind of thing has general appeal.
Beta Was this translation helpful? Give feedback.
All reactions