agency-agents/.gitattributes
jiangnan f2449908cd Add .gitattributes to enforce LF line endings
Prevents CRLF line endings from being committed on Windows, which
can break frontmatter parsing in agent markdown files.
2026-03-06 05:08:48 +08:00

6 lines
121 B
Plaintext

# Ensure consistent line endings across platforms
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.sh text eol=lf