From 6cdfb9a3ebd03dc8864d1038e70430045da665f4 Mon Sep 17 00:00:00 2001 From: Li Xuanji Date: Tue, 3 Apr 2018 21:21:24 +0800 Subject: .gitattributes: enable solidity highlighting on github (#16425) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index dfe077042..0269fab9c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Auto detect text files and perform LF normalization * text=auto +*.sol linguist-language=Solidity -- cgit v1.2.3