Skip to content

Commit

Permalink
Add a note about Windows line endings for contributors (Hopding#256)
Browse files Browse the repository at this point in the history
* Add a note about Windows line endings for contributors

See Hopding#241

* Revert "Add a note about Windows line endings for contributors"

@Hopding and I have decided to favor a .gitattributes file for
explicitly forbidding line ending conversions during cloning.
This should clear up issues Windows contributors would otherwise
have running the tests

This reverts commit af4b7d7.

* Add .gitattributes file to address line conversion

See commit message for 60831ae

* Explicitly require EOL LF in .gitattributes
cshenks authored and Hopding committed Dec 18, 2019
1 parent cc21783 commit f3fc2de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf

0 comments on commit f3fc2de

Please sign in to comment.