# Let git decide what is text, and normalise it to LF in the repository.
* text=auto

# These are read by tools that reject carriage returns, so they must be LF in
# the working tree as well, whatever core.autocrlf says. A CRLF in
# debian/source/format or debian/rules breaks the package build outright.
packaging/debian/** text eol=lf
.githooks/** text eol=lf
*.sh text eol=lf
