What does Visual Studio mean by normalize inconsistent line endings?
What that usually means is that you have lines ending with something other than a carriage return/line feed pair. It often happens when you copy and paste from a web page into the code editor. Normalizing the line endings is just making sure that all of the line ending characters are consistent. It prevents one … Read more