From af535f366d7c88d067ba79a0438b8e290cf28271 Mon Sep 17 00:00:00 2001 From: Bharath Ramsundar Date: Wed, 7 Mar 2018 14:49:04 -0800 Subject: [PATCH] Adding in .gitattributes file for syntax highlighting. --- .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