Skip to content

Commit 235034c

Browse files
committed
add .gitattributes
Ensure all text files use LF, even on Windows, so as to avoid newline headaches when running tests.
1 parent 77ac767 commit 235034c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Use LF as default EOL marker
2+
* text=auto eol=lf

0 commit comments

Comments
 (0)