From 78e3abf99d83a54e981716595eb7ce3fb58bf0d2 Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Thu, 2 May 2024 11:09:49 -0500 Subject: [PATCH] trying to force unix line endings all the time forever --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 05041c45f..78f5fd340 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ # Set the default behavior, in case people don't have core.autocrlf set. * text=auto +*.* text eol=lf # Language aware diff headers # https://tekin.co.uk/2020/10/better-git-diff-output-for-ruby-python-elixir-and-more