From abdeb5e83e259a7e098052b121e0128f8d74974a Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 7 Aug 2023 02:11:07 +0100 Subject: [PATCH] git: enforce use of LF since we have linux servers --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3e4aaf8..3da48a6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,9 @@ +# Git config here +* text eol=lf + +############################################# +# Git lfs stuff + # Documents *.pdf filter=lfs diff=lfs merge=lfs -text *.doc filter=lfs diff=lfs merge=lfs -text