We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ed5f7 commit 3b405f9Copy full SHA for 3b405f9
2 files changed
.gitattributes
@@ -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
@@ -1 +1 @@
-2.4.0
+2.5.0
0 commit comments