From e5c8271eecebff0407d4911be8ddda1e20999f25 Mon Sep 17 00:00:00 2001 From: Zwixx Date: Thu, 10 Aug 2023 00:55:16 +0200 Subject: [PATCH] Added .jsx and .js file to lf-Exception --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 70e149a..0a3ea5f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ client/src/lib/custom-ui/styles.css linguist-vendored +*.js text eol=lf +*.jsx text eol=lf