diff options
author | Li Xuanji <xuanji@gmail.com> | 2018-04-03 21:21:24 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2018-04-03 21:21:24 +0800 |
commit | 6cdfb9a3ebd03dc8864d1038e70430045da665f4 (patch) | |
tree | cee051c8e0856325fca4ed9d7f14a155e37c4941 /.gitattributes | |
parent | a095b84ec5a35cb3432380cc677d4e244b4a137f (diff) | |
download | dexon-6cdfb9a3ebd03dc8864d1038e70430045da665f4.tar.gz dexon-6cdfb9a3ebd03dc8864d1038e70430045da665f4.tar.zst dexon-6cdfb9a3ebd03dc8864d1038e70430045da665f4.zip |
.gitattributes: enable solidity highlighting on github (#16425)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
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 |