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:
parent
dd16228a9a
commit
7752cbf3b2
1 changed files with 2 additions and 0 deletions
2
src/doc/rustc-dev-guide/.gitattributes
vendored
Normal file
2
src/doc/rustc-dev-guide/.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
* text=auto eol=lf
|
||||
Loading…
Add table
Add a link
Reference in a new issue