From 57e89b4c33a9cd197e37b89cab165fb7ba5d6f2e Mon Sep 17 00:00:00 2001 From: burrrata <42473928+burrrata@users.noreply.github.com> Date: Sat, 25 Jul 2020 22:58:04 -0400 Subject: [PATCH] Create .gitattributes Adding .gitattributes so that Solidity is highlighted in GitHub --- .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