# Set default behaviour, in case users don't have core.autocrlf set. * text=auto # Declare files that will always have LF line endings on checkout. *.php text eol=lf *.css text eol=lf *.js text eol=lf *.pstpl text eol=lf *.html text eol=lf *.sql text eol=lf *.txt text eol=lf *.lss text eol=lf # Denote all files that are truly binary and should not be modified. *.jpg binary *.png binary *.gif binary *.ico binary *.mo binary