1 2 3 4 5
# Force LF for all text files * text=auto eol=lf # Keep CRLF for Windows-specific files *.bat text eol=crlf *.cmd text eol=crlf