# Auto detect text files and normalize to LF on commit * text=auto # Force LF for all text files *.ts text eol=lf *.js text eol=lf *.json text eol=lf *.md text eol=lf *.yml text eol=lf *.yaml text eol=lf # Binary files (prevent corruption) *.png binary *.pdf binary *.ttf binary *.pfb binary