Closed pisv closed 2 years ago
I agree that this should be consistent. I created a PR by myself. Easier to review :-).
I agree that this should be consistent. I created a PR by myself. Easier to review :-).
Thanks! And I would have missed the point that the legal stuff should always have CRLF line endings on checkout anyway :-)
Currently, the git repository of the project contains a bunch of files with Windows (CRLF) line endings:
The other files in the repository have Unix (LF) line endings.
Would you consider adding the
.gitattributes
file [1] and renormalizing line endings [2]?Essentially, it boils down to:
I have done it in a local branch and it seems to work fine. I'm hesitant to provide a PR though, since it would be rather unwieldy to review.