mirror of
https://github.com/msitarzewski/agency-agents/
synced 2026-06-09 10:13:17 +00:00
f2449908cd
Prevents CRLF line endings from being committed on Windows, which can break frontmatter parsing in agent markdown files.
6 lines
121 B
Plaintext
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
|