Skip to content

Commit

Permalink
CORE-6772: ensure shell scripts have the correct line endings when ch…
Browse files Browse the repository at this point in the history
…ecked out on any machine (#2159)
  • Loading branch information
ronanbrowne authored Sep 20, 2022
1 parent c582c56 commit 3ed7d60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Ensure shell scripts have the correct line endings on check out
*.sh text eol=lf

# These are explicitly windows files and should use crlf
*.bat text eol=crlf

0 comments on commit 3ed7d60

Please sign in to comment.