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
Description
Currently line endings is always translated into \n, and patches are rewritten in \n. This can cause diffs to include unchanged parts of the code. Consider setting newline="" when opening files to retain original line endings and to consider the file to be modified for line endings.