I am getting the following message in Visual Studio 2008:
The line endings in the following file
are not consistent. Do you want to
normalize the line endings?
I don’t understand what that means. Should I be clicking yes or no?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is almost always “Yes” and “Windows (CR LF)”. The reason is that line endings in source files should almost always be consistent within the file and source files on Windows should generally have CR LF endings. There are exceptions but if if they applied to you, you would probably know about them. The warning is a good one because it informs you that somehow the file got into this inconsistent state and because it gives you a choice for how to handle the situation.