Skip to content

Commit

Permalink
Fix line ending for sh.templates files (#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Oct 20, 2023
1 parent 9927dda commit 30669fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Set line endings to LF, even on Windows. Otherwise, execution within Docker fails.
# See https://help.github.com/articles/dealing-with-line-endings/
*.sh text eol=lf
*.sh.template text eol=lf
*.bash text eol=lf

###############################################################################
Expand Down

0 comments on commit 30669fb

Please sign in to comment.