Hi, is there a possibility to make perltidy vertically align brackets like this:
$foo->bar (1);
$foo->bat (2);
$foo->bac (3);
$foo->bad (4);
$foo->bae (5);
$foo->baf (6);
$foo->bagofbones (7);
$foo-> what_a_strange_name_for_a_message ('but it must be so');
best, R.