abap-cleaner
abap-cleaner copied to clipboard
Feature request: Align `REDUCE`
Hi Jörg-Michael, I'd like to have the option to align the REDUCE command. Thanks! 😊
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> && ` ` ).
That makes sense, no doubt…