[Emacs-ada-mode] Indentation of broken lines in parameter lines
Manuel Gomez
mgrojo at gmail.com
Fri Nov 7 12:50:14 PST 2008
Hello,
I find the ada-mode indentation pretty good except for the indentation
of broken lines in parameter lists:
with Very_Long_Name_Sample_Package;
procedure Sample
(Long_Long_Parameter_Name :
Very_Long_Name_Sample_Package.T_Very_Very_Long_Type_Name;
Other_Parameter : String) is
begin
Very_Long_Name_Sample_Package.Sample_Call
(One_Parameter =>
Very_Long_Name_Sample_Package.Very_Very_Long_Constant_Name,
Another_Parameter => "Why is the call indented different!!!",
Another_One => False);
end Sample;
---------------------
Shouldn't "Very_Long_Name_Sample_Package.T_Very_Very_Long_Type_Name;"
be indented as a broken line in the same way used at the procedure
call for "Very_Long_Name_Sample_Package.Very_Very_Long_Constant_Name"?
Is there a customization for this case?
Regards
--
Manuel Gómez
More information about the Emacs-ada-mode
mailing list