Hi, i'm offer to enhance this feature even more:
"Parameter Declaration" option in PL/SQL beautifier har check to List at left margins, you may add another check, like "Leave parenthesis on same line", to get result:
PROCEDURE insertdept (
p_deptno IN OUT dept.deptno%TYPE,
p_dname IN...