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
Often when reading you come across an awkward newline... I wonder if we can do something like if char == '\n' and column == 80 (I think they get wrapped at 80?) then strip the newline otherwise use the newline.
The text was updated successfully, but these errors were encountered:
Often when reading you come across an awkward newline... I wonder if we can do something like
if char == '\n' and column == 80
(I think they get wrapped at 80?) then strip the newline otherwise use the newline.The text was updated successfully, but these errors were encountered: