ソースを参照

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

Li Xuanji 7 年 前
コミット
6cdfb9a3eb
1 ファイル変更1 行追加0 行削除
  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