From 566f982ea7529d423c01d08c265ff4b78129cd75 Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Sun, 28 Aug 2016 21:39:12 -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