You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments