You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the rewriter is hard coded to split lines according to fixed form, which end at column 72, and use + on column 5 for continuations. This gives incorrect replacements for free form code that are longer than 72 columns, as lines end at column 132 and use an appended & to signify the next line will be a continuation.
The text was updated successfully, but these errors were encountered:
At the moment the rewriter is hard coded to split lines according to fixed form, which end at column 72, and use
+
on column 5 for continuations. This gives incorrect replacements for free form code that are longer than 72 columns, as lines end at column 132 and use an appended&
to signify the next line will be a continuation.The text was updated successfully, but these errors were encountered: