From 0010ddd9e9d9d8bbd9fb34a3056505113a5000a7 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 13 May 2022 22:59:17 +0200 Subject: [PATCH] add .gitattributes [skip ci] --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f1f44ae --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.go diff=golang +*.md diff=markdown