blob: 9dde9b97632bec8ca597ec3ea55bd1b312a08aa9 [file] [log] [blame]
# Activate line ending normalization, setting eol will make the behavior match core.autocrlf = input
* text=auto eol=lf
# Force batch scripts to always use CRLF line endings
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf