mirror of
https://github.com/msitarzewski/agency-agents/
synced 2026-07-26 17:52:12 +00:00
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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Ensure consistent line endings across platforms
|
||||
*.md text eol=lf
|
||||
*.yml text eol=lf
|
||||
*.yaml text eol=lf
|
||||
*.sh text eol=lf
|
||||
Reference in New Issue
Block a user