V vachi Member Jan 26, 2012 #1 How can I define a rule to format PL/SQL function call like this (comma comes first): Code: blah_pkg.bleh(p_p1 => x ,p_p2 => y ,p_p3 => z); Right now I have : Code: blah_pkg.bleh(p_p1 => x, p_p2 => y, p_p3 => z);
How can I define a rule to format PL/SQL function call like this (comma comes first): Code: blah_pkg.bleh(p_p1 => x ,p_p2 => y ,p_p3 => z); Right now I have : Code: blah_pkg.bleh(p_p1 => x, p_p2 => y, p_p3 => z);
Marco Kalter Administrator Staff member Jan 26, 2012 #1 In the Beautifier Rules you can disable the "Comma after item" option for the general item list layout.
In the Beautifier Rules you can disable the "Comma after item" option for the general item list layout.