Stefan GRECU
Member²
Hi,
using beautifier (even with the default settings) on this king of source code makes the second line of the comment do indent progresivly to the right ....
DECLARE
myVal integer;
BEGIN
SELECT aVal
into myVal
FROM MyTable
WHERE x = y
AND /* this is the first comment line
and this is the second one*/
z = t;
dbms_output.put_line(MyVal);
END;
Stefan
using beautifier (even with the default settings) on this king of source code makes the second line of the comment do indent progresivly to the right ....
DECLARE
myVal integer;
BEGIN
SELECT aVal
into myVal
FROM MyTable
WHERE x = y
AND /* this is the first comment line
and this is the second one*/
z = t;
dbms_output.put_line(MyVal);
END;
Stefan