aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorLi Xuanji <xuanji@gmail.com>2018-04-03 21:21:24 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-04-03 21:21:24 +0800
commit6cdfb9a3ebd03dc8864d1038e70430045da665f4 (patch)
treecee051c8e0856325fca4ed9d7f14a155e37c4941 /.gitattributes
parenta095b84ec5a35cb3432380cc677d4e244b4a137f (diff)
downloadgo-tangerine-6cdfb9a3ebd03dc8864d1038e70430045da665f4.tar
go-tangerine-6cdfb9a3ebd03dc8864d1038e70430045da665f4.tar.gz
go-tangerine-6cdfb9a3ebd03dc8864d1038e70430045da665f4.tar.bz2
go-tangerine-6cdfb9a3ebd03dc8864d1038e70430045da665f4.tar.lz
go-tangerine-6cdfb9a3ebd03dc8864d1038e70430045da665f4.tar.xz
go-tangerine-6cdfb9a3ebd03dc8864d1038e70430045da665f4.tar.zst
go-tangerine-6cdfb9a3ebd03dc8864d1038e70430045da665f4.zip
.gitattributes: enable solidity highlighting on github (#16425)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
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