Menu

#157 Code Formatter does not support inline variable declarations

Closed
closed
None
5
2019-11-30
2019-11-18
No
procedure bla;
begin
  for var i := Low to High do
  begin

  end;
end;

gets formatted as

procedure bla;
begin
for var
  i := Low to High do
  begin

  end;
end;

Discussion

  • Thomas Mueller

    Thomas Mueller - 2019-11-30

    fixed in revision #2891

     
  • Thomas Mueller

    Thomas Mueller - 2019-11-30
    • Group: New --> Closed
     

Log in to post a comment.

MongoDB Logo MongoDB