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

Normalize line endings #9

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

Normalize line endings #9

wants to merge 16 commits into from

Conversation

0u812
Copy link

@0u812 0u812 commented Feb 10, 2016

Hi Stanley, this is going to be a huge changeset, but the only change it contains is the line endings. I found a bunch of files with CRLF line endings, and git forced me to change some of them immediately upon cloning. This change will allow other people to clone the repo without getting bitten by the line endings and keep our forks in sync.

Here are the CRLF files before the change:

$ cd sbml2matlab && find . -not -type d -exec file "{}" ";" | grep CRLF
./CMakeLists.txt: ASCII text, with CRLF line terminators
./bindings/CMakeLists.txt: ASCII text, with CRLF line terminators
./bindings/python/CMakeLists.txt: ASCII text, with CRLF line terminators
./bindings/python/pydoc-doxygen.i: HTML document, ASCII text, with very long lines, with CRLF line terminators
./bindings/python/doc-converter/Makefile: ASCII text, with CRLF line terminators
./bindings/python/doc-converter/pydoc-doxygen.i: ASCII text, with very long lines, with CRLF line terminators
./bindings/python/doc-converter/out.i: ASCII text, with CRLF line terminators
./bindings/python/local.i: ASCII text, with CRLF line terminators
./bindings/python/pydoc-normal.i: ASCII text, with CRLF line terminators
./bindings/swig/sbml2matlab.i: C source, ASCII text, with CRLF line terminators
./doc/sbml2matlab-mainpage.txt: ASCII text, with very long lines, with CRLF line terminators
./doc/sbml2matlab-license.txt: ASCII text, with very long lines, with CRLF line terminators
./.gitignore: ASCII text, with CRLF line terminators
./.gitattributes: UTF-8 Unicode (with BOM) text, with CRLF line terminators

and here's the output of the CRLF scan after the change:

$ cd sbml2matlab && find . -not -type d -exec file "{}" ";" | grep CRLF
$ # no matches

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.

2 participants