Skip to content

chore: add .gitattributes to enforce LF line endings for .verifiedtxt and .received.txt files#23

Merged
DecSmith42 merged 1 commit into
mainfrom
chore/gitattributes
Jul 9, 2026
Merged

chore: add .gitattributes to enforce LF line endings for .verifiedtxt and .received.txt files#23
DecSmith42 merged 1 commit into
mainfrom
chore/gitattributes

Conversation

@DecSmith42

Copy link
Copy Markdown
Contributor

This pull request adds Git configuration for handling line endings in test files. The .gitattributes file now enforces LF line endings for .verified.txt and .received.txt files to ensure consistency across different development environments.

  • Git configuration:
    • .gitattributes: Added rules to enforce LF line endings for all .verified.txt and .received.txt files.

Copilot AI review requested due to automatic review settings July 9, 2026 12:38
@DecSmith42
DecSmith42 enabled auto-merge July 9, 2026 12:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a .gitattributes file to ensure Verify snapshot artifacts in this repo (*.verified.txt / *.received.txt) are always stored with LF line endings, preventing cross-platform line-ending churn in snapshot diffs.

Changes:

  • Add Git attributes to normalize *.verified.txt to eol=lf.
  • Add Git attributes to normalize *.received.txt to eol=lf.

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