nponeccop/HNC

Inconsistent line endings

Closed this issue · 1 comments

Use

find . -name '*.hs' | xargs file

to detect CRLF endings. Convert all to UNIX/LF line endings because LF endings on Windows are supported better than CRLF on Linux/MacOS

Closed in 17ea541