Skip to content

feat(gitattributes): add line ending rules for verified and received files#17

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

feat(gitattributes): add line ending rules for verified and received files#17
DecSmith42 merged 1 commit into
mainfrom
chore/gitattributes

Conversation

@DecSmith42

Copy link
Copy Markdown
Contributor

This pull request adds .gitattributes rules to ensure that all *.verified.txt and *.received.txt files use LF line endings. This helps maintain consistency across different environments.

…files

Added `.gitattributes` file to enforce `LF` line endings for `*.verified.txt` and `*.received.txt` files. This ensures consistent line endings across environments.
Copilot AI review requested due to automatic review settings July 9, 2026 12:39
@DecSmith42 DecSmith42 enabled auto-merge July 9, 2026 12:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds Git attributes rules to normalize line endings for Verify snapshot artifacts, improving cross-platform consistency (especially for tests and API surface snapshots).

Changes:

  • Introduces .gitattributes entries to enforce LF (eol=lf) for *.verified.txt files.
  • Introduces .gitattributes entries to enforce LF (eol=lf) for *.received.txt files.

@DecSmith42 DecSmith42 merged commit 7da7f92 into main Jul 9, 2026
10 checks passed
@DecSmith42 DecSmith42 deleted the chore/gitattributes branch July 9, 2026 13:14
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