Skip to content

Commit

Permalink
Update .gitattributes to use LF endings for *.sh (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmusa authored Jul 13, 2021
1 parent 12eb3d3 commit fb166ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.tf text
*.sh text
*.sh text eol=lf

# Declare files that will always have CRLF line endings on checkout.
# *.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpg binary

0 comments on commit fb166ea

Please sign in to comment.