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

Adds .gitattributes to the projects to prevent LN and CLRF conflicts. #681

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

NinekoTheCat
Copy link
Contributor

.gitattributes is explained at https://git-scm.com/book/ms/v2/Customizing-Git-Git-Attributes
But basically windows sometimes will randomly mess with newlines in already created files which creates 'ghost' changes. AKA changes where just the only difference is replacing LN with CRLF. This does not change any rust code and is relatively minor.

@girlbossceo girlbossceo merged commit 80277f6 into girlbossceo:main Feb 4, 2025
@NinekoTheCat NinekoTheCat deleted the attributes-fix branch February 4, 2025 21:55
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