Skip to content

Commit

Permalink
REPO: Add gitattributes file to ensure unix endings for *.sh files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Nov 12, 2023
1 parent 706f8e2 commit 9b8b8e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* text=auto
*.sh text eof=lf
docker/wait-for text eof=lf

0 comments on commit 9b8b8e2

Please sign in to comment.