From 91eb872ab9c420f9454ea636252f090f673bf618 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 25 Feb 2021 13:07:34 -0500 Subject: [PATCH] Add gitattribute language config for staticjs files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index ff8271cc5..a22561929 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ langs/*.json merge=union + +# Specify language of .staticjs files for GitHub +*.staticjs linguist-language=JavaScript