Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
.github/crush-schema.json linguist-generated=true
internal/agent/hyper/provider.json linguist-generated=true
internal/agent/testdata/**/*.yaml -diff linguist-generated=true

# Embedded test fixtures consumed by chroma syntax highlighting. Without
# this, Windows checkouts with core.autocrlf=true convert these files to
# CRLF, which makes the Go lexer mis-tokenize trailing braces and breaks
# diffview golden tests at specific widths.
internal/ui/diffview/testdata/*.before text eol=lf
internal/ui/diffview/testdata/*.after text eol=lf
Loading