Fix failing tidy (line endings on Windows) (#246)

This happens every time a new doc submodule is added to https://github.com/rust-lang/rust.
cc https://github.com/rust-lang/book/pull/549 https://github.com/rust-lang-nursery/reference/pull/36 https://github.com/rust-lang/rust-by-example/pull/1018
This commit is contained in:
Vadim Petrochenkov 2018-12-02 01:10:43 +04:00 committed by Who? Me?!
parent 06fab883f7
commit a23b17ca14
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto eol=lf