This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: how formatter deals with new lines in conditional expressions

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