Files
adventofcode2024/.gitattributes
2025-05-25 08:15:38 -05:00

9 lines
216 B
Plaintext

# Set text handling to auto and eol
# linux line endings
* text=auto eol=lf
# Ensure windows line endings are used
# for windows bat/cmd scripts
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf