abap-cleaner icon indicating copy to clipboard operation
abap-cleaner copied to clipboard

Feature request: Align `REDUCE`

Open ConjuringCoffee opened this issue 2 years ago • 2 comments

Hi Jörg-Michael, I'd like to have the option to align the REDUCE command. Thanks! 😊

ConjuringCoffee avatar Sep 19 '23 08:09 ConjuringCoffee

I was thinking the same thing yesterday...

This doesn't change when cleaned:

      data(lv_error_msg) = reduce string( init text = ``
                  for <wa> in es_result-errors
                                next text = text && <wa> && ` ` ).

MDagni avatar Sep 19 '23 08:09 MDagni

That makes sense, no doubt…

jmgrassau avatar Sep 22 '23 12:09 jmgrassau