Hello,
I've got Toad: 12.6.0.53
And em stuck with oracle formatter.
Have configured indent size of 3. but formatter still gives me 2 if 'Don't align the Oracle association operator (=>)' is unchecked.
example of code i am trying to adjust to local code standards:
PROCEDURE test
IS
BEGIN
l_dummy :=
dummy_proc.dummy_method(
p_arg1 => l_arg1
,p_arg2 => l_arg2
,p_arg3 => dummy_method2(l_arg1, l_arg2, l_arg3)
,p_arg4 => dummy_method3(l_argument1,l_argument2,l_very_long_argument34(i).very_long_attribute));
END;
what i get after formatting the code, is not very consistent (see picture). Not sure how to configure to meet the needs. Please assist
thank you in advance,
R