Skip to content

Commit 6253d45

Browse files
authored
Merge pull request #3484 from phansch/fix_windows_lineendings
git: Enforce LF lineendings for everything
2 parents c669727 + 3a7da8b commit 6253d45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4
2+
3+
* text=auto eol=lf
4+
*.rs rust

0 commit comments

Comments
 (0)