Files
website/.gitattributes
2026-07-20 01:38:32 +08:00

9 lines
255 B
Plaintext

# Documentation: https://www.git-scm.com/docs/gitattributes
# Set default behavior to automatically normalize line endings.
* text=auto eol=lf
# Enforce CRLF line endings in Windows batch scripts to avoid issues.
*.cmd text eol=crlf
*.bat text eol=crlf