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

Merged
NinekoTheCat merged 2 commits from attributes-fix into main 2025-02-04 21:46:00 +00:00
NinekoTheCat commented 2025-02-01 19:49:07 +00:00 (Migrated from github.com)

.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.

.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.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: continuwuation/continuwuity#681
No description provided.