about summary refs log tree commit diff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2013-09-19 19:06:05 -0400
committerDaniel Micay <danielmicay@gmail.com>2013-09-19 19:06:05 -0400
commit9e3258e51f14a2442b845949a9a31af22501e5c1 (patch)
tree3c301b51288485d65556bbb7eee9944e33105030 /.gitattributes
parent85c0fb7b8a81fc48a2155decd20abf16b1c5eeb6 (diff)
downloadrust-9e3258e51f14a2442b845949a9a31af22501e5c1.tar.gz
rust-9e3258e51f14a2442b845949a9a31af22501e5c1.zip
restore auto-detection of text files
We force the usage of LF line endings, but *only* in text files.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 70b2a5cd90e..39221d3928e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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