Skip to content

Conversation

@arsingla786
Copy link

@arsingla786 arsingla786 commented Jan 11, 2026

Description
Adds a .gitattributes file to define consistent LF line endings and
prevent CRLF-related issues on Windows systems.

This PR fixes #3545

Notes for Reviewers
CRLF line endings on Windows caused issues when running Augur setup in
windows + Docker environments. This change ensures consistent LF endings (tested successful setup) .

Signed commits

  • Yes, I signed my commits.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think this filename is correct for this to be detected as a gitattributes file

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i changed the file name

@MoralCode MoralCode added the redundant PR is submitted in parallel with another mutually exclusive PR label Jan 11, 2026
@shlokgilda
Copy link
Collaborator

shlokgilda commented Jan 14, 2026

@arsingla786 There are a couple of other PRs targeting the same issue (#3556, #3562). Could you all please discuss the best way forward and come up with just one PR and close the rest? You can discuss the optimal way forward in the linked issue #3545.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

redundant PR is submitted in parallel with another mutually exclusive PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add .gitattributes file to define how line endings should be handled

3 participants