From 7f3888612110aac687150718e146343491125324 Mon Sep 17 00:00:00 2001 From: Aaron Foster <50079365+pythonpete32@users.noreply.github.com> Date: Thu, 13 Feb 2020 21:56:16 +0000 Subject: [PATCH] Create .gitattributes Add solidity 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