Explorar el Código

.gitattributes: enable solidity highlighting on github (#16425)

Li Xuanji hace 7 años
padre
commit
6cdfb9a3eb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

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