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

# Declare files that will always have CRLF line endings on checkout
*.py text eol=lf
.cfg text eof=lf
.conf text eol=lf

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

