1 2 3 4 5 6 7 8
# Autodetect text files * text=auto # Use CRLF on Windows files *.bat text eol=crlf *.cmd text eol=crlf *.ps1 text eol=crlf *.txt text eol=crlf