From 50f35950f0f38daa78e810e4df5e5a04b5c24d14 Mon Sep 17 00:00:00 2001 From: Saud Zahir Date: Tue, 26 May 2026 15:28:26 +0500 Subject: [PATCH] Add .gitattributes for line endings and markdown detection --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..acf6a7a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto eol=lf +*.md linguist-detectable