mts
mts copied to clipboard
Remove Windows end of line chars
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.
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 ?