4jcraft/.gitattributes
2026-03-09 22:01:02 +11:00

7 lines
165 B
Plaintext

# Normalise text files to LF across platforms.
* text=auto eol=lf
# Keep Windows command scripts in CRLF for compatibility.
*.bat text eol=crlf
*.cmd text eol=crlf