From 48f84cbb07dcf4182591cf5e7065d7d45d24815f Mon Sep 17 00:00:00 2001 From: Gabilan Ganeshwaran Date: Fri, 21 Jul 2023 18:56:45 +0530 Subject: [PATCH] Add git attributes file --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d13affe3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ensure all Java files use LF. +*.java eol=lf