From dfd77d104be898c6563b2c8f4400272c2a504420 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 11 Nov 2020 09:05:08 +0000 Subject: [PATCH] Force yaml to be detected as its own language That's what most of this repo is, anyway. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..38957dd --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.yml linguist-detectable=true