Files
full/.gitattributes
2026-09-22 21:15:34 +08:00

5 lines
149 B
Plaintext
Raw Permalink 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.
# 统一文本文件行尾为 LF避免 CRLF 导致 gofmt 门禁误报以及跨平台差异。
*.go text eol=lf
*.sh text eol=lf
*.ps1 text eol=lf