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
Found some files using CRLF terminators. Please change them to LF again.
$ find . -not -type d -exec file "{}" ";" | grep CRLF
./CHANGELOG.md: ASCII text, with CRLF line terminators
./shared/index.js: ASCII text, with very long lines (23659), with CRLF line terminators
./styles.css: ASCII text, with CRLF line terminators
./templates/index.mustache: HTML document, Unicode text, UTF-8 text, with very long lines (358), with CRLF line terminators
./thirdpartylibs.xml: XML 1.0 document, ASCII text, with CRLF line terminators
The text was updated successfully, but these errors were encountered:
Found some files using CRLF terminators. Please change them to LF again.
The text was updated successfully, but these errors were encountered: