How do I setup uncrustify so that this code:
static const class Example
: Int1
, Int2
, Int3
looks like this:
static const class Example
: Int1
, Int2
, Int3
I can not find any option which does only indent the derived classes.