Skip to content

Commit

Permalink
enforce linux line endings for test files in order to guarantee test …
Browse files Browse the repository at this point in the history
…success on Windows
  • Loading branch information
jan.rehwaldt committed Jan 21, 2016
1 parent d4b3a07 commit 42d9f13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Checkout example and test fixtures with linux line ending
# to guarantee test successes
tests/** text eol=lf

0 comments on commit 42d9f13

Please sign in to comment.