ScottMattes
Member³
- returning ... into ... is not put on separate lines
I would like options to
- force a space before/after ":=", "(", ")", "+", "-", "", "", ":=", etc.
- I prefer
exception
when others
then
code goes here;
end;
and
procedure my_proc
is
begin
null;
end;
and
function my_func
return integer
is
begin
return( 1 );
end;
Thank you for your consideration. The Beta is looking real good.
I would like options to
- force a space before/after ":=", "(", ")", "+", "-", "", "", ":=", etc.
- I prefer
exception
when others
then
code goes here;
end;
and
procedure my_proc
is
begin
null;
end;
and
function my_func
return integer
is
begin
return( 1 );
end;
Thank you for your consideration. The Beta is looking real good.