From 64d63195a56575df298db5c5af0b5b9f69d0d94f Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Tue, 28 Nov 2023 12:43:55 -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