mts icon indicating copy to clipboard operation
mts copied to clipboard

Remove Windows end of line chars

Open vmahe35 opened this issue 4 years ago • 1 comments

I have noticed that some Windows EOL chars are present in many files. You can see it by using for example cat -v src/main/functions/diameter.xml that displays strange chars at the end of each line.

It should be removed. This is what I propose in this pull request.

vmahe35 avatar Nov 20 '20 14:11 vmahe35

Thanks, I have two questions :

  • IDEs and GIT can both be used to support both EOL formats, do I don't know if this has to be fixed in source or if it is a development environment configuration issue.
  • Looks like dos2unix has also been applied to .bat files. Are they still working on windows ?

egwepas avatar Nov 20 '20 15:11 egwepas