zcbot/.gitattributes

7 lines
273 B
Plaintext

# Force LF for files consumed by Linux toolchains (docker build / bash).
# Windows dev checkouts otherwise get CRLF via core.autocrlf, breaking
# `#!/bin/bash` and Dockerfile heredocs in container.
*.sh text eol=lf
Dockerfile text eol=lf
*.Dockerfile text eol=lf