|
# 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
|