From 80c8f1fc1a062fe6a3369a18337fbe27b6cd8023 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 27 May 2024 04:39:24 -0500 Subject: [PATCH] Enable language detection for Markdown files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..663cddf --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.md linguist-detectable \ No newline at end of file