Hi all,
I am trying with clang-format 10 to align the function arguments one in a different line when it is called inside a MACRO that checks its return value.
To be more precise I want something like this:
MACRO (func (a,
b,
c))
Is it possible to be achieved?
Thank you for any insight,
Kostas Sotiropoulos