Open SarahAlidoost opened 2 years ago
Noticed the same by running
First column is the number of lines ending with \r\n
and second column ending with \n
Seems there is no file with mixed line breaks.
You could configure git to standardize, see https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
It seems that there are mixed line-ending characters in the code. We need to check if this is a problem and fix it. See this for more info. Also, make sure the code editor config is set correctly.