From 9846d07b17119606c7bbd19ce843f21604663307 Mon Sep 17 00:00:00 2001 From: Katie Date: Fri, 28 Oct 2022 16:42:47 -0400 Subject: [PATCH] Add gitattributes file --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..2f4eb3c62 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.js text eol=lf +*.vue text eol=lf +*.scss text eol=lf \ No newline at end of file