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

Change line endings from carriage returns to line feeds #169

Merged
merged 1 commit into from
Dec 18, 2021

Conversation

rensbaardman
Copy link
Contributor

@rensbaardman rensbaardman commented Jun 11, 2019

Some files still had Windows-still carriage return (\r\n) line endings. Messes up git tools.

Wanted to do this in a seperate commit / PR, as to cause as little 'git blame'-noise as possible.

@coveralls
Copy link

coveralls commented Jun 11, 2019

Coverage Status

Coverage remained the same at 97.619% when pulling d3cbd02 on rensbaardman:change-carriage-returns into 5bea3d8 on jhnns:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.619% when pulling 3cce879 on rensbaardman:change-carriage-returns into 5bea3d8 on jhnns:master.

@rensbaardman rensbaardman force-pushed the change-carriage-returns branch from 3cce879 to d3cbd02 Compare June 11, 2019 13:19
@XhmikosR
Copy link

@rensbaardman you should add a .gitattributes file and enforce LF so that this does not happen again.

# Enforce Unix newlines
* text=auto eol=lf

@jhnns jhnns merged commit 0584c53 into jhnns:master Dec 18, 2021
@jhnns
Copy link
Owner

jhnns commented Dec 19, 2021

Published as v6.0.0 🚀

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.

4 participants