From e9b771b85a2fa2238c24bcf1ecb1c42bd76d7efe Mon Sep 17 00:00:00 2001 From: Mihai Laurentiu Bocioroaga Date: Fri, 18 Jul 2025 10:10:11 +0100 Subject: [PATCH] Add .gitattributes with auto lf line endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf