From 683de7a8e9056edd4e8efca05c994329fd5963ba Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Mon, 20 Apr 2020 12:39:34 -0600 Subject: [PATCH] style: override linguist's default language detection (#3100) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index aecf25037..91c86bffd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ * -crlf + +# Fix misidentification of Go templates as Raku or Perl +*.t linguist-language=Go