feat: configure line ending format LF for *.sh files (#2991)

This commit is contained in:
Manuel Schmid 2024-05-24 21:36:07 +02:00 committed by GitHub
parent 4da5a68c10
commit 7b70d27032
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
# Ensure that shell scripts always use lf line endings, e.g. entrypoint.sh for docker
* text=auto
*.sh text eol=lf