Skip to content

Commit f1e6968

Browse files
committed
fix: add .gitattributes to enforce LF line endings on Windows
1 parent 21a3add commit f1e6968

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+
# Normalize line endings to LF across all platforms
2+
* text=auto eol=lf
3+
4+
# Binary files should not be normalized
5+
*.png binary
6+
*.jpg binary
7+
*.gif binary
8+
*.ico binary
9+
*.woff binary
10+
*.woff2 binary
11+
*.eot binary
12+
*.ttf binary

0 commit comments

Comments
 (0)