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

Fixed wrong line endings for LICENSE.txt and LICENSE_AFL.txt #3992

Merged
merged 1 commit into from
May 14, 2024

Conversation

colinmollenhour
Copy link
Member

@colinmollenhour colinmollenhour commented May 13, 2024

I'm not sure what part of my git config is causing this but git will not let me ignore these files..
image

If I use e.g. git reset --hard HEAD to try to restore the original git just reconverts them..

This PR just changes the line endings from CRLF to LF. This is consistent with the .gitattributes file that was added in #3318 which specifies all .txt files are to be eol=lf.

Apologies if this was already discussed somewhere but it is quite annoying and figure this is the best way to prevent it from coming up.

Possible side effects

None? Perhaps some tools sniff out file hashes of these files?

@kiatng kiatng added the MINOR This PR is intended to be treated as a MINOR update according to RFC-0002 label May 14, 2024
@fballiano fballiano merged commit b38b7de into OpenMage:main May 14, 2024
1 check passed
@fballiano fballiano changed the title Fix wrong line endings for LICENSE.txt and LICENSE_AFL.txt Fixed wrong line endings for LICENSE.txt and LICENSE_AFL.txt May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MINOR This PR is intended to be treated as a MINOR update according to RFC-0002
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants