5 lines
244 B
Text
5 lines
244 B
Text
# 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
|