From 13ac507058de07b85a9a4bf00595bd705efb1ac7 Mon Sep 17 00:00:00 2001 From: Michael Mior Date: Mon, 19 Oct 2020 18:00:28 -0400 Subject: [PATCH] Add markdown to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 891521885dd..a6cfa289bac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,6 +6,7 @@ *.html text diff=html *.kt text diff=kotlin *.kts text diff=kotlin +*.md text diff=markdown *.py text diff=python executable *.pl text diff=perl executable *.pm text diff=perl