Part Number: CODECOMPOSER
Hi all,
When I have new lines like these:
if ((conditional1)
&&(conditional2)
&&(conditional3))
I can see that the output of the formatter does not remove these new lines and we can see something like this when applying Line Wrapping
if ((conditional1)
&&(conditional2)
&&(conditional3))
Is it is possible to remove these new lines with any logical rule configured in the formatter?
Thans in advance,
Best Regards