Open
Description
Here's an example (with the formatting I expect)
begin
var A :=
procedure
//
type
//
B = Integer;
//
begin
end;
end;
this is formatted as
begin
var A :=
procedure
//
type
//
B = Integer;
//
begin
end;
end;
the issue is that the comments are 'inside' the line, and are 'continued' much like any other kind of wrapped line.