Enforce LF line endings for shell scripts
Some checks failed
CI / Backend (Python) (push) Successful in 24s
CI / Container (Docker) (push) Has been cancelled
CI / Frontend (TypeScript) (push) Has been cancelled

This commit is contained in:
Elijah 2026-08-15 11:21:45 -07:00
parent b0f25e3cd2
commit e08c55d4c9

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
docker-entrypoint.sh text eol=lf
*.sh text eol=lf