From eb1f344b9771a0dd757dc88ef6760fb9248a7a01 Mon Sep 17 00:00:00 2001 From: John Gurin Date: Sat, 2 May 2026 22:38:30 +0500 Subject: [PATCH] test: keep test files EOL on checkout --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5b9b8fb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# keep test files EOL on checkout +/src/__fixtures__/*.css text eol=lf +/src/__fixtures__/*.txt text eol=lf