# Force LF for all text files * text=auto eol=lf # Ensure specific file types always use LF *.sh text eol=lf *.js text eol=lf *.php text eol=lf *.html text eol=lf *.css text eol=lf *.json text eol=lf *.md text eol=lf # Keep binary files untouched *.png binary *.jpg binary *.gif binary