Skip to content

Commit 8e3a168

Browse files
committed
Git on Windows will silently turn \n into \r\n, causing the test of this file's upload content comparison to fail.
See #231 (comment)
1 parent b2cb96a commit 8e3a168

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Set the default behaviour, in case poeple don't have core.autocrlf set
2+
* text=auto
3+
4+
# Always lf, this file size is checked in a test
5+
tests/__init__.py text eol=lf

0 commit comments

Comments
 (0)