From 488698babee617a02741fc1452becc298f7aa699 Mon Sep 17 00:00:00 2001 From: Gabilan Ganeshwaran Date: Wed, 26 Jul 2023 13:27:31 +0530 Subject: [PATCH] Add git attribute file --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d13affe36 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ensure all Java files use LF. +*.java eol=lf