SAP / abap-cleaner

ABAP cleaner applies 95+ cleanup rules to ABAP code at a single keystroke
Apache License 2.0
457 stars 49 forks source link

Alignment of select-options and parameters #344

Open Koch013 opened 4 months ago

Koch013 commented 4 months ago

Hi, if someone had asked me, I would have sworn that the ABAP Cleaner already does the following, but unfortunately it does not: it doesn't align select-options and parameters.

If I clean this code so1

This is the result: so2

Instead of the expected alignment of the names and the keywords "FOR" / "TYPE" so3

Thanks!