From 821bb71af4ed30a9571b360b0daf31b6c6cf7223 Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Sun, 28 Aug 2016 21:35:10 -0400 Subject: [PATCH] Change .cs language recoginition to PHP; the closest language to Torque Script --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9fcc28d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.cs linguist-language=PHP