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
using reformat document on windows puts in a blank line after every line. Also every time you run the reformat, it doubles the number of blank lines at the end.
e.g. if you start off with 2 lines 1 and 2, after reformatting once you will get [1, blank line, 2, blank line], then after reformatting again you will get [1, blank, 2, blank, blank], and after another reformat you will get [1, blank, 2, blank, blank, blank, blank]