# Normalize all text to LF in the repository. # Working copies may use CRLF on Windows; git stores and diffs LF so that # editor/tool line-ending flips never appear as content changes. * text=auto eol=lf # Explicit binaries: never normalize. *.xlsx binary *.png binary *.pdf binary *.docx binary *.zip binary