# Auto detect text files and perform LF normalization * text=auto # Explicitly set line endings for specific file types *.md text eol=lf *.txt text eol=lf *.json text eol=lf *.js text eol=lf *.sh text eol=lf # Binary files *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.pdf binary