Set line endings to LF, even on Windows, for Shell scripts. Otherwise, execution within Docker fails.

This commit is contained in:
Pipo Bimbo
2022-11-28 14:35:10 +01:00
parent d413a39c3c
commit e1b79db65e

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
# Set line endings to LF, even on Windows. Otherwise, execution within Docker fails.
# See https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings#per-repository-settings
*.sh text eol=lf