From 304bdc9d4e3d3f7438ac3e93533c8cef9953ac97 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 15 Apr 2020 14:37:41 +0100 Subject: [PATCH] Add .gitattributes with Solidity --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..52031de51 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sol linguist-language=Solidity