Skip to content

Commit 3b405f9

Browse files
committed
chore: add .gitattributes + deps
1 parent 83ed5f7 commit 3b405f9

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

.gitattributes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Normalize text sources to LF in the repository and on checkout everywhere.
2+
# Critical for a byte-level library: keeps source and fixtures byte-identical
3+
# across Windows/macOS/Linux checkouts regardless of core.autocrlf.
4+
*.php text eol=lf
5+
*.md text eol=lf
6+
*.xml text eol=lf
7+
*.xml.dist text eol=lf
8+
*.json text eol=lf
9+
*.toml text eol=lf
10+
*.yml text eol=lf
11+
*.yaml text eol=lf
12+
*.txt text eol=lf
13+
Makefile text eol=lf
14+
15+
# Byte-exact fixtures must never be transformed (CRLF/auto-detection off).
16+
test/**/*.bin -text
17+
*.png binary
18+
*.jpg binary
19+
*.gif binary
20+
*.pdf binary
21+
*.ttf binary
22+
*.otf binary

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.5.0

0 commit comments

Comments
 (0)