From 6642f3f71f1dcb13574ae2f249061fdde5049d3d Mon Sep 17 00:00:00 2001 From: James Monger Date: Thu, 19 Sep 2024 01:21:12 +0100 Subject: [PATCH] chore(engine): set `eol=lf` for `.pack` files in `.gitattributes` (#889) no more annoying changes every time the pack runs --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 23816b40..b0f82989 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,3 +17,5 @@ *.base binary *.frame binary *.synth binary + +*.pack text eol=lf