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