From e41cc60707d5985d5d6677dd9c52b81704deeb6b Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sat, 14 Oct 2023 10:13:34 -0700 Subject: [PATCH] infra: add .gitattributes with rules to enforce that code is checked out with LF line endings only, which prevents Prettier from failing in Windows --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf