bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33744: effect of ada-indent-hanging-rel-exp


From: Stephen Leake
Subject: bug#33744: effect of ada-indent-hanging-rel-exp
Date: Sun, 23 Dec 2018 09:39:53 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (windows-nt)

Is the fact that the first token on a line is an operator significant?
In other words, would this indentation be correct:

procedure Operator_Indentation is
begin
  if B or else
       C >
         2
  then
    null;
  end if;
end Operator_Indentation;

-- 
-- Stephe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]