Details
-
Type: Bug
-
Status: Closed
-
Priority: Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Component/s: None
-
Labels:None
Description
Currently the source files (including xml files) have inconsistent line endings - some have LF and some CRLF. This makes it difficult to work with diffs/patches/merges/git-svn etc.
It would be best if you standardize on either LF or CRLF for everything (most source control systems standardize on LF in mixed environments, but it's up to you).
Among other solutions, you can use the 'file' utility to check the current state of files, and 'dos2unix' and 'unix2dos' to convert them.