-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
15 lines (15 loc) · 813 Bytes
/
Copy path.gitattributes
File metadata and controls
15 lines (15 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Force LF line endings for test fixtures — tree-sitter grammars
# expect Unix line endings and produce wrong parse trees with CRLF.
tests/fixtures/** text eol=lf
# Force LF for bundled plugin skill docs; the skill hygiene tests assert the
# canonical source files are LF-only, and Windows checkout otherwise rewrites
# them before the lint runs.
plugin/** text eol=lf
# Force LF for the retained agent source of truth; the bundle byte-identity
# test compares plugin agents against these files and Windows checkout
# otherwise rewrites them to CRLF.
src/agents/claude_agents/** text eol=lf
# Force LF for embedded Hermes plugin template assets — they are pulled into
# the binary via include_str! and the generated-plugin snapshot test asserts
# their exact bytes.
src/agents/hermes/templates/** text eol=lf