Skip to content

Fix line endings in .gitattributes#661

Merged
josemduarte merged 5 commits into
biojava:masterfrom
sbliven:master
May 11, 2017
Merged

Fix line endings in .gitattributes#661
josemduarte merged 5 commits into
biojava:masterfrom
sbliven:master

Conversation

@sbliven

@sbliven sbliven commented Apr 28, 2017

Copy link
Copy Markdown
Member

It is recommended that everyone run git config --global core.autocrlf input in order to make sure that files are committed and checked out with the correct line endings. For those who don't have it set globally, this PR adds a .gitattributes file to specify which files should have line endings modified.

It also fixes a number of files that were checked in with Mac or Windows line endings previously (git uses unix endings internally).

Based on https://help.github.com/articles/dealing-with-line-endings/

@andreasprlic andreasprlic left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great, thanks!

@josemduarte
josemduarte merged commit da87f0b into biojava:master May 11, 2017
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.

3 participants