From 8e1d33af6e9856805ff2f2dc38a0231f83fcfa31 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Tue, 28 Nov 2023 12:47:40 -0500 Subject: [PATCH] Enforce line-ending style --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2e2c7b2..6ba5456 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -dist/** -diff linguist-generated=true \ No newline at end of file +* text=auto eol=lf + +dist/** -diff linguist-generated=true