Skip to content

Commit c29e76b

Browse files
committed
auto merge of #9371 : thestinger/rust/text, r=pnkfelix
We force the usage of LF line endings, but *only* in text files.
2 parents a95604f + 9e3258e commit c29e76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

+1-1
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)