This is an automated email from the ASF dual-hosted git repository.
mmior pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new 13ac507 Add markdown to .gitattributes
13ac507 is described below
commit 13ac507058de07b85a9a4bf00595bd705efb1ac7
Author: Michael Mior <[email protected]>
AuthorDate: Mon Oct 19 18:00:28 2020 -0400
Add markdown to .gitattributes
---
.gitattributes | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitattributes b/.gitattributes
index 8915218..a6cfa28 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