In earlier versions I could get many valies per line in a list. E.g.
v_id v_id_type := v_id_type('30143685','30143615','30143692','30164170','30222646',
'30222660','30210139','30220534','30220284','30219715')
but now I seem to be unable to configure the beautifier to do this. All I get is one value per line, so if I have hundreds of values, it becomes a very long script. Perhaps I just haven't found the correct setting, or is this functionality removed?
v_id v_id_type := v_id_type('30143685','30143615','30143692','30164170','30222646',
'30222660','30210139','30220534','30220284','30219715')
but now I seem to be unable to configure the beautifier to do this. All I get is one value per line, so if I have hundreds of values, it becomes a very long script. Perhaps I just haven't found the correct setting, or is this functionality removed?