From 7f0ede66ad431ac0c44844d728ccdbe9e518dae5 Mon Sep 17 00:00:00 2001 From: dongsamb Date: Wed, 7 Mar 2018 23:02:11 +0900 Subject: [PATCH] Add gitattributes for solidity syntax highlighting Add gitattributes for solidity syntax highlighting --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..47ba398 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sol linguist-language=Solidity +*.solidity linguist-language=Solidity