Files
git.stella-ops.org/.gitattributes
2026-02-01 21:37:40 +02:00

12 lines
576 B
Plaintext

# Ensure analyzer fixture assets keep LF endings for deterministic hashes
src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Fixtures/** text eol=lf
# Ensure reachability sample assets keep LF endings for deterministic hashes
tests/reachability/samples-public/** text eol=lf
# Ensure corpus and fixture assets under src/tests keep LF endings for deterministic hashes
src/tests/reachability/corpus/** text eol=lf
src/tests/reachability/samples-public/** text eol=lf
src/tests/reachability/fixtures/** text eol=lf
src/__Tests/reachability/corpus/** text eol=lf