Skip to content

[v1.5.8] CRLF line endings found #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
danowar2k opened this issue Apr 17, 2025 · 0 comments
Open

[v1.5.8] CRLF line endings found #150

danowar2k opened this issue Apr 17, 2025 · 0 comments
Labels
NextRelease marked issues will be fixed in next release

Comments

@danowar2k
Copy link

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

@Amrita1991 Amrita1991 added the NextRelease marked issues will be fixed in next release label Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NextRelease marked issues will be fixed in next release
Projects
None yet
Development

No branches or pull requests

2 participants