From 3642128328479a8a133d9f399e2b728483087865 Mon Sep 17 00:00:00 2001 From: Marcello Date: Thu, 26 Mar 2026 21:33:51 +0100 Subject: [PATCH] Add .gitattributes for line ending normalization --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000..25cf80b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto +*.kt eol=lf +*.xml eol=lf +*.gradle eol=lf +*.properties eol=lf \ No newline at end of file