From 066f01d7e8e07fbea04128d5eb0c79d7395d268c Mon Sep 17 00:00:00 2001 From: Alexander Kolotov Date: Wed, 14 Mar 2018 10:47:26 +0300 Subject: [PATCH] to enable syntax highlighting for Solidity files --- .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