Skip to content

Commit

Permalink
Enforce linux style line endings to support WSL (rust-lang#1073)
Browse files Browse the repository at this point in the history
* Enforce linux style line endings to support WSL

If you clone in windows, but run under WSL, the line endings cause errors. This enforces linux style line endings.

* Update .gitattributes to use text=auto

Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>

Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
  • Loading branch information
craigmayhew and bjorn3 committed Aug 17, 2020
1 parent f0069da commit 7e203ef
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=auto eol=lf

0 comments on commit 7e203ef

Please sign in to comment.