From c9cb122a8b54970c248fb92ebd4d1a4b6b3af423 Mon Sep 17 00:00:00 2001 From: Alexander Kolotov Date: Fri, 23 Aug 2019 20:49:33 +0300 Subject: [PATCH] highlight Solidity code in GitHub browser --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..52031de --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sol linguist-language=Solidity