Skip to content

Commit 7b70d27

Browse files
authored
feat: configure line ending format LF for *.sh files (#2991)
1 parent 4da5a68 commit 7b70d27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ensure that shell scripts always use lf line endings, e.g. entrypoint.sh for docker
2+
* text=auto
3+
*.sh text eol=lf

0 commit comments

Comments
 (0)