# Vendored third-party schema files (see NOTICE) must stay byte-for-byte identical to their
# upstream source -- never subject to line-ending normalization on checkin/checkout.
schemas/**/*.xsd -text

# Shell scripts always need LF line endings for their shebang to work, regardless of a checkout
# machine's core.autocrlf setting -- CRLF after "#!/bin/bash" breaks the interpreter lookup.
*.sh text eol=lf
