mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-05 02:29:32 +00:00
add a .gitattributes to ensure proper line ending settings
This commit is contained in:
parent
1632d2e339
commit
35e2807138
1 changed files with 4 additions and 0 deletions
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4
|
||||
|
||||
* text=auto eol=lf
|
||||
*.rs rust
|
Loading…
Reference in a new issue