From d3b7ce38eab3754dd33546a17fe8e6ae4715e8f5 Mon Sep 17 00:00:00 2001 From: Li Xuanji Date: Sun, 1 Apr 2018 15:28:33 +0800 Subject: [PATCH] Update .gitattributes to add solidity highlighting --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index dfe0770424b2..0269fab9cba2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Auto detect text files and perform LF normalization * text=auto +*.sol linguist-language=Solidity