From cd5cd29d7fc559c4d70781db07660bc13e776a57 Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Fri, 30 Jun 2023 16:17:47 -0700 Subject: [PATCH] chore: declare eol in gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index eb1f7db..8aae98f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,7 @@ /dist/** linguist-generated /package-lock.json linguist-generated +*.json text eol=lf +*.js text eol=lf +*.jsx text eol=lf +*.ts text eol=lf +*.tsx text eol=lf