Skip to content

Commit

Permalink
Add .gitattributes (#4799)
Browse files Browse the repository at this point in the history
This commit adds a .gitattributes file to
treat all shell scripts and .ci/run-tests as LF eol
  • Loading branch information
russcam authored Jun 24, 2020
1 parent fd0c6c0 commit 0356fd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* text=auto

*.sh text eol=lf
.ci/run-tests text eol=lf

0 comments on commit 0356fd9

Please sign in to comment.