From 99222901e09c2b11fad71c5603200e5158f2ff99 Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Wed, 26 Aug 2026 15:29:54 -0600 Subject: [PATCH] chore: Normalize line-endings with .gitattributes Same as we did in Osprey: https://github.com/roostorg/osprey/pull/451 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 741195a37..528b28759 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ server/graphql/generated.ts linguist-generated=true client/src/graphql/generated.ts linguist-generated=true + +# Normalize line-endings for text files +* text=auto eol=lf