From a82699fc738101f536cfe99ad3fdae1ae7d3ef00 Mon Sep 17 00:00:00 2001 From: Max Whitehead <35712032+MaxCWhitehead@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:19:59 -0700 Subject: [PATCH] fix: Force git attributes unix line endings (#1013) Fixes #995 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5cd63084e..043614f53 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ web/* linguist-vendored + +* text eol=lf