From 5096f0e90778b962331d170c24d3622e38b9052a Mon Sep 17 00:00:00 2001 From: Gabilan Ganeshwaran Date: Wed, 26 Jul 2023 15:07:03 +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