# Shell scripts and the systemd unit run on Linux -- CRLF line endings
# would break the shebang ("bad interpreter") and the unit file parser.
# Without this, a fresh clone on Windows with core.autocrlf on would
# silently convert them and break the .deb package.
packaging/deb/*.sh text eol=lf
packaging/deb/*.service text eol=lf
packaging/deb-server/*.sh text eol=lf
packaging/deb-server/*.service text eol=lf
