mirror of https://github.com/rust-lang/rust.git
restore auto-detection of text files
We force the usage of LF line endings, but *only* in text files.
This commit is contained in:
parent
85c0fb7b8a
commit
9e3258e51f
|
@ -1,6 +1,6 @@
|
|||
[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4
|
||||
|
||||
* text eol=lf
|
||||
* text=auto eol=lf
|
||||
*.cpp rust
|
||||
*.h rust
|
||||
*.rs rust
|
||||
|
|
Loading…
Reference in New Issue