Files
2026-07-13 12:18:46 +08:00

10 lines
228 B
Plaintext

# Auto-detect text files and normalise line endings to LF in the repo
* text=auto
# Shell scripts must always use LF, even on Windows
*.sh text eol=lf
# Batch files must always use CRLF
*.bat text eol=crlf
*.cmd text eol=crlf