mirror of https://github.com/lllyasviel/Fooocus
feat: configure line ending format LF for *.sh files (#2991)
parent
4da5a68c10
commit
7b70d27032
|
|
@ -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
|
||||||
Loading…
Reference in New Issue