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
+3
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