mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 04:13:03 +00:00
9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
# 文本文件使用 LF 换行符,适用于 Linux 和 macOS
|
|
*.sh text eol=lf
|
|
*.service text eol=lf
|
|
|
|
# Windows 执行的文件使用 CRLF 换行符
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
bin/nfd-service-template.xml text eol=crlf
|