From 38b3fa7002cc9168423ca2127615e23bac02743e Mon Sep 17 00:00:00 2001 From: warunalakshitha Date: Tue, 25 Jul 2023 14:08:05 +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 0000000..d13affe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ensure all Java files use LF. +*.java eol=lf