Closed Shredder121 closed 8 years ago
It's at least a step in the right direction (to have a .gitattributes
file and enforce line endings), I very much respect that, I also do it on my projects :wink:
Let me know what you think.
Hello @Shredder121 and thank you for your contribution.
We have enforced line endings: https://github.com/welovecoding/editorconfig-netbeans/blob/master/.gitattributes#L4
So what was wrong with them?
Hi! The commit that introduced the normalization(or rather the enforcement of normalization) didn't actually normalize the line endings. Has anything changed in the meantime? I can renormalize the line endings if you want.
Nothing has changed, so it should apply as-is.
It's better to normalize the line endings up front, otherwise the next change applied will introduce unnecessary whitespace changes.
So I take it that this change is not wanted? When I cloned the repository initially, git said I had unstaged changes. This will also happen to others, presumably.
Sorry to start off with such a big commit, but I noticed that not all line endings were normalized.