Files
crypto_monitor/.gitattributes
T
dekun 44546d1a96 chore: enforce LF line endings for docs/
Prevents spurious CRLF diffs when editing documentation on Windows.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-09 09:34:21 +08:00

8 lines
338 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Shell 脚本在仓库内统一 LF,避免 Linux 上 bash: pipefail: invalid option nameCRLF
*.sh text eol=lf
deploy/** text eol=lf
# 文档统一 LF,避免 Windows 编辑后产生 CRLF 脏 diff
docs/** text eol=lf
# .env 模板统一 LF,避免 Linux PM2 source 报 $'\r': command not found
**/.env.example text eol=lf