fix: enforce LF line endings for shell scripts (.gitattributes)
This commit is contained in:
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ensure shell scripts always have Unix line endings (LF),
|
||||
# even when checked out on Windows.
|
||||
*.sh text eol=lf
|
||||
entrypoint.sh text eol=lf
|
||||
Reference in New Issue
Block a user