mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
# Ensure Windows batch files always have CRLF line endings
|
|
*.cmd text eol=crlf
|
|
*.bat text eol=crlf
|
|
|
|
# Default behavior for other text files (use platform line endings)
|
|
* text=auto
|