# Force LF line endings for all shell scripts and text files that are
# executed or parsed in Linux/WSL/macOS. Without this, Windows git clones
# with core.autocrlf=true produce CRLF line endings that cause
# "\r: command not found" errors in bash.
*.sh text eol=lf
*.env text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.toml text eol=lf
*.lock text eol=lf
Dockerfile text eol=lf
