# 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
