blob: b12292b62e4c376edb4d97d1b41bcba914e479e0 [file] [log] [blame]
# Set default behavior to automatically normalize line endings.
* text=auto
# Force bash scripts to always use lf line endings so that if a repo is accessed
# in Unix via a file share from Windows, the scripts will work.
*.sh text eol=lf
# Force batch scripts to always use crlf line endings so that if a repo is accessed
# in Unix via a file share from Windows, the scripts will work.
*.cmd text eol=crlf
*.bat text eol=crlf