Skip to content

Commit ec5e5be

Browse files
Toilettraumaclaude
andcommitted
chore: normalize line endings via .gitattributes
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent da3ba57 commit ec5e5be

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.gitattributes

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Line endings are not content. This repo is worked on from both Windows and macOS, and
2+
# without this a checkout that picks up CRLF reports every file as rewritten — whole-file
3+
# diffs that bury the real change. Git decides text vs binary; every text file is stored
4+
# and checked out as LF.
5+
* text=auto eol=lf
6+
7+
# The exception: Windows shells genuinely want CRLF.
8+
*.bat text eol=crlf
9+
*.cmd text eol=crlf
10+
*.ps1 text eol=crlf
11+
12+
# Assets — byte-for-byte, never converted.
13+
*.png binary
14+
*.jpg binary
15+
*.jpeg binary
16+
*.gif binary
17+
*.ico binary
18+
*.pdf binary
19+
*.zip binary

0 commit comments

Comments
 (0)