# Set the default behavior
* text=auto eol=auto
*.bat text eol=crlf
# Shell scripts must keep LF endings on all platforms; a CRLF checkout breaks
# shellcheck (SC1017) and execution under Unix shells.
*.sh text eol=lf
*.pb -linguist-detectable
