Skip to content

Commit ab7311d

Browse files
committed
Ensure test snapshots and text stubs have LF line endings
1 parent 68e945b commit ab7311d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@
99
/.scrutinizer.yml export-ignore
1010
/tests export-ignore
1111
/example export-ignore
12+
13+
# All test snapshots and text stubs must have LF line endings
14+
tests/**/__snapshots__/** text eol=lf
15+
tests/**/stubs/** text eol=lf
16+
tests/**/stubs/**/*.jpg binary
17+
tests/**/stubs/**/*.png binary

0 commit comments

Comments
 (0)