Menu

#158 Code Formatter does not support inline variable declarations (2)

Closed
closed-fixed
None
5
2019-11-30
2019-11-18
No
procedure bla;
begin
  var LFoo := TFoo.Create();
end;

gets formatted as

procedure bla;
begin
var
  LFoo := TFoo.Create();
end;

Discussion

  • Thomas Mueller

    Thomas Mueller - 2019-11-30
    • status: open --> closed-fixed
    • assigned_to: Thomas Mueller
    • Group: New --> Closed
     
  • Thomas Mueller

    Thomas Mueller - 2019-11-30

    fixed in revision #2890

     

Log in to post a comment.