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 68e945b commit ab7311dCopy full SHA for ab7311d
.gitattributes
@@ -9,3 +9,9 @@
9
/.scrutinizer.yml export-ignore
10
/tests export-ignore
11
/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