Update .gitattributes to add solidity highlighting

This commit is contained in:
Li Xuanji 2018-04-01 15:28:33 +08:00 committed by GitHub
parent a095b84ec5
commit d3b7ce38ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitattributes vendored
View file

@ -1,2 +1,3 @@
# Auto detect text files and perform LF normalization # Auto detect text files and perform LF normalization
* text=auto * text=auto
*.sol linguist-language=Solidity