# Standardize line endings for all text files.
* text eol=auto


# Ensure binary files stay binaryy
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary

# 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