# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Ensure UNIX (LF) line endings for text files.
*.txt text eol=lf
*.py text eol=lf
*.xml text eol=lf
*.md text eol=lf

# Denote all files that are truly binary and should not be modified.
*.jpg binary
*.png binary
