Skip to content

Commit 2ea53c6

Browse files
authored
Update windows users info in readme.md
Previously suggested `.gitattributes` value would remove all `0D` byte sequences (same as linefeed) from binary files (e.g. PDF) on Windows.
1 parent 0141b5c commit 2ea53c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ You can automatically create it by removing the `CREATE_SNAPSHOTS=false` env var
309309
Windows users should configure their line endings in `.gitattributes`.
310310

311311
```txt
312-
tests/**/__snapshots__/** text eol=lf
312+
# Snapshots used in tests hold serialized data and their line ending should be left unchanged
313+
tests/**/__snapshots__/** binary
313314
```
314315

315316
## Changelog

0 commit comments

Comments
 (0)