repo contains 107 files with windows CRLF line endings #1024
Closed
Description
Bug Report
There are 107 files in the repo that contain CRLF line endings as opposed to LF.
Steps to Reproduce:
cd perspective
find . | grep -v dist | grep -v node_modules | xargs file | grep 'CRLF' | sed 's/:.*$//'
Expected Result:
above one-liner should return zero lines
Actual Result:
it returns 107 files with windows line endings