Skip to content

Commit 9e3258e

Browse files
committed
restore auto-detection of text files
We force the usage of LF line endings, but *only* in text files.
1 parent 85c0fb7 commit 9e3258e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4
22

3-
* text eol=lf
3+
* text=auto eol=lf
44
*.cpp rust
55
*.h rust
66
*.rs rust

0 commit comments

Comments
 (0)