# Auto detect text files and perform LF normalization * text=auto # Explicitly specify line endings for common file types *.ahk text eol=crlf *.md text eol=lf *.js text eol=lf *.ts text eol=lf *.json text eol=lf *.yml text eol=lf *.yaml text eol=lf *.rs text eol=lf *.toml text eol=lf *.html text eol=lf *.css text eol=lf *.ps1 text eol=lf *.sh text eol=lf # Binary files *.exe binary # Built binaries — auto-resolve merge conflicts by keeping ours (newer build wins) CLX.exe merge=ours clx-screen-reader.exe merge=ours *.dll binary *.ico binary *.png binary *.jpg binary *.jpeg binary *.gif binary *.mp3 binary *.wav binary