From 20258c34327aedb07b94b5ca12aaa7237d309029 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 9 Mar 2023 16:45:17 +0100 Subject: [PATCH] add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f3f9f14 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.go diff=golang +*.md diff=markdown