From dd1b48de0bf4df95e1246379d2fc5467569d8e05 Mon Sep 17 00:00:00 2001 From: george Date: Wed, 13 Sep 2023 10:14:25 -0400 Subject: [PATCH] explicitly disable crlf to match prettier rules --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5b3c7a66024e..f3054f34dd73 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ /**/.yarn/** linguist-generated +* -text \ No newline at end of file