pekko/.gitattributes
2022-11-05 15:01:03 +01:00

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