From 261184927416a1efa428910dfc651f813fe5df81 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Tue, 21 Mar 2017 23:38:52 +0300 Subject: [PATCH] Fix failing tidy When this book was included into https://github.com/rust-lang/rust as a submodule, `tidy` started failing on Windows. Not sure how this passed through Appveyor. This patch sets `.gitattributes` to the same value that is used by the main repo. @steveklabnik @carols10cents Could you please merge this sooner rather than later --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4cab1f4d26..d56abbf304 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # Set the default behavior, in case people don't have core.autocrlf set. -* text=auto +* text=auto eol=lf