Skip to content
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

Conversion Newline codes from CRLF to LF #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

t-tk
Copy link

@t-tk t-tk commented Nov 16, 2023

I have been confused by a mixture of new line codes CRLF and LF.
It is not easy to treat files with git-svn in TeX Live subversion repository.

I hope for you to consider conversion of new line codes and to align them to LF.

nkf --guess **/*.{md,rst,css,txt}
README.md: UTF-8 (LF)
src/util/README.md: ASCII (CRLF)
doc/ppapi-1.x.rst: ASCII (CRLF)
doc/ppapi-2.x.rst: ASCII (CRLF)
doc/ppcode.rst: ASCII (CRLF)
doc/pplib.rst: ASCII (CRLF)
doc/ppnew.rst: ASCII (CRLF)
doc/_build/html/_static/basic.css: ASCII (LF)
doc/_build/html/_static/bizstyle.css: ASCII (LF)
doc/_build/html/_static/pygments.css: ASCII (CRLF)
CMakeLists.txt: ASCII (LF)
doc/_build/html/_sources/ppapi-1.x.rst.txt: ASCII (CRLF)
doc/_build/html/_sources/ppapi-2.x.rst.txt: ASCII (CRLF)
doc/_build/html/_sources/ppapi.rst.txt: ASCII (LF)
doc/_build/html/_sources/ppcode.rst.txt: ASCII (CRLF)
doc/_build/html/_sources/pplib.rst.txt: ASCII (CRLF)
doc/_build/html/_sources/ppnew.rst.txt: ASCII (CRLF)
src/CMakeLists.txt: ASCII (LF)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant