Maint: Normalize line endings and add .gitattributes#2805
Conversation
Hey @Aditya-myst! 🎉Thanks for opening your first pull request! We appreciate your If AI is used for any portion of this PR, you must vet the content |
|
Please, add and fill out the PR checklist template to your comment. It's under .github folder. |
|
As requested, here's the completed PR checklist.
Summary This PR fixes #2802 by adding |
echedey-ls
left a comment
There was a problem hiding this comment.
I meant that you put that checklist on your very first comment, the one at the top of the pull request. It's for traceability and saving time to readers. Thanks.
I have not yet confirmed all the big changes, will do at some point.
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
Fixed issue #2802 by adding * text=auto to .gitattributes and renormalizing the repository to ensure consistent LF line endings
As requested, here's the completed PR checklist.
.gitattributesand renormalizes line endings. The changes were verified locally using Git CLI.)docs/sphinx/source/referencefor API changes. (Not applicable.)remote-data) and Milestone are assigned to the Pull Request and linked Issue.Summary
This PR fixes #2802 by adding
* text=autoto.gitattributesand renormalizing the repository to ensure consistent LF line endings across platforms. I verified the changes locally using Git CLI to confirm that only line-ending normalization was applied and no unintended content changes were introduced.