mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 12:49:36 +00:00
6 lines
295 B
Text
6 lines
295 B
Text
# Golden test fixtures must keep LF line endings on every platform
|
|
# so byte-level comparison doesn't trip on Windows checkouts that
|
|
# default to core.autocrlf=true.
|
|
*.json text eol=lf
|
|
internal/parsers/grammar/grammar_test/testdata/golden/* text eol=lf
|
|
fixtures/integration/golden/* text eol=lf
|