Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .gitattributes to force normalize EOLs if core.autocrlf didn't set
All text files force to LF. To find special non-text files to add them filter you can use git ls-tree --name-only -r HEAD | xargs file -N | grep -v text
- Loading branch information