Skip to content

Commit f099917

Browse files
committed
exempt golden files from line-ending conversion
Golden comparisons are byte for byte, and Windows checkouts default to core.autocrlf=true -- CRLF-converted goldens would mismatch the LF output the renderer produces.
1 parent 19da6f2 commit f099917

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Golden files are compared byte for byte; keep them exactly as committed on
2+
# every platform (no CRLF conversion on checkout).
3+
*.golden -text

0 commit comments

Comments
 (0)