Skip to content

Commit f118ce6

Browse files
that-github-userunknownclaude
authored
Add .gitattributes for consistent LF line endings (#15)
Closes #14 Co-authored-by: unknown <that-github-user@github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d87be8e commit f118ce6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Enforce LF line endings across all platforms
2+
* text=auto eol=lf
3+
4+
# Explicitly mark text files
5+
*.ts text eol=lf
6+
*.json text eol=lf
7+
*.md text eol=lf
8+
*.yml text eol=lf
9+
*.yaml text eol=lf
10+
11+
# Binary files
12+
*.png binary

0 commit comments

Comments
 (0)