# Normalize text files to LF while preserving Windows-specific scripts. * text=auto eol=lf *.sh text eol=lf *.py text eol=lf *.ps1 text eol=crlf *.bat text eol=crlf *.cmd text eol=crlf *.ftl text eol=lf *.json text eol=lf *.toml text eol=lf *.yml text eol=lf *.yaml text eol=lf # Treat binaries as-is. *.png binary *.wav binary *.ogg binary