Skip to content

Commit b6ae120

Browse files
authored
Add a .gitattributes file to make *.sh files use LF line endings. (#267)
1 parent b738c9d commit b6ae120

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Bourne-style shell scripts: These are Unix-style scripts. Don't add CR's.
2+
*.sh text eol=lf

0 commit comments

Comments
 (0)