Skip to content

chore: add .gitattributes to pin LF line endings (#2198) - #65

Merged
MichaelTaylor3d merged 1 commit into
mainfrom
chore/2198-gitattributes
Aug 6, 2026
Merged

chore: add .gitattributes to pin LF line endings (#2198)#65
MichaelTaylor3d merged 1 commit into
mainfrom
chore/2198-gitattributes

Conversation

@MichaelTaylor3d

Copy link
Copy Markdown
Contributor

What & why

DIG-Network/dig_ecosystem#2198 — pin line endings so a Windows-authored edit can't silently rewrite whole files to CRLF (which produces unreviewable phantom diffs + reassigns git blame).

Change

  • New root .gitattributes: * text=auto eol=lf.
  • Version 0.12.0 → 0.12.1 (patch); package-lock.json synced.

Safety verified

git add --renormalize . staged only .gitattributes — the repo's index is already all-LF, so this pins the convention without renormalizing any existing file (no giant diff).

Refs DIG-Network/dig_ecosystem#2198.


Generated by Claude Code

Adds .gitattributes with text=auto and eol=lf to ensure consistent line
endings across platforms and prevent Windows CRLF rewrites.

Co-Authored-By: Claude <noreply@anthropic.com>
@MichaelTaylor3d
MichaelTaylor3d marked this pull request as ready for review August 5, 2026 23:51
@MichaelTaylor3d
MichaelTaylor3d merged commit 2c8aebe into main Aug 6, 2026
7 checks passed
@MichaelTaylor3d
MichaelTaylor3d deleted the chore/2198-gitattributes branch August 6, 2026 00:03
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.

1 participant