From 18256de729eafffe1e1ec1a2b867b76d64c1a047 Mon Sep 17 00:00:00 2001 From: Jassiel Ovando Date: Sun, 30 Aug 2026 11:39:26 -0400 Subject: [PATCH] Add .gitattributes for text and linguist settings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e91c18c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto eol=lf +tests/fixtures/** linguist-vendored