ConjuringCoffee
ConjuringCoffee
You're right, I shouldn't have made the examples with the `shorttext` tag. (My example was made in a local class and it looks like there isn't actually a limit for...
> I actually doubt that there is any place this would be synchronized with from a local class. There actually is! If you use `shorttext synchronized`, the text is shown...
I've been using the ABAP Cleaner for a couple of months now and I didn't come across any use case where I wanted to have custom clean clean-up rules yet...
It sounds like this approach will require automatic re-ordering of the fields to support all cases, for example to handle this: ```abap lt_my_tab = VALUE #( ( col1 = 'ABC'...
This is the result for [my profile](https://github.com/ConjuringCoffee/abap-cleaner-recommendation/blob/main/recommended.cfj): ```abap TYPES: BEGIN OF ty_conf_out_posnr. INCLUDE TYPE conf_out AS conf_out. TYPES: items TYPE string_t, END OF ty_conf_out_posnr. ``` Maybe it'll be helpful for...
Ah, I didn't see that! That makes more sense. Knowing that, I would be fine if the behavior stays as-is.
I'm using the following options: 
> P.S.: In our team, people did like these declaration chains, because PrettyPrinter was able to align TYPEs inside them. But that's not an argument with ABAP cleaner anymore :-)...
There are even more auto-generated comments that could be removed, like form headers. So I'm for "Remove auto-generated comments" 😉
Great to see, thank you. What does the option "Always convert text literals in concatenations" do exactly? This option isn't represented by the example.