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
Use rewrite buffer to determine if comment should be on a newline
Rewriting may change the context of a later item (in this case, a
comment), so looking at the original snippet to determine the context
may not be correct. Since for any given item, all previous items should
already be rewritten, it is enough to determine the item's context in
the new source but looking back at the rewrite buffer.
This commit also gets rid of variables no longer used due to the change.
Closes#4227
0 commit comments