0

Last night I have installed Git in my local machine which runs through Windows 10. Git replaces all new line by CRLF.

Today morning I just installed Nodepad++ software. While I hit Enter button for a line break it puts an extra CRLF at the end of each line. [Please look at the attached figure]

CRLF in nodepad++

I have uninstalled my Git also but the problem remains as it before. Let me know, what should I do right now to hide CRLF from the last of each line?

Thanks a lot in advance.

Jeff Puckett
  • 37,464
  • 17
  • 118
  • 167
testuser
  • 793
  • 3
  • 13
  • 35

1 Answers1

1

There is no issue with Git itself. These characters indicate the end of line. Read this question: What is the difference between \r and \n? to learn more about them.

You have to toggle "Show End of Line" setting of Notepad++ as explained here if you don't want to see these special characters anymore.

Community
  • 1
  • 1
Mykhailo
  • 1,134
  • 2
  • 17
  • 25