From 233154933c0867055cb3261809d677f82b852d3a Mon Sep 17 00:00:00 2001 From: Daniel Liu <139250065@qq.com> Date: Sat, 28 Feb 2026 20:49:11 +0800 Subject: [PATCH] chore(.gitattributes): enable solidity highlighting on github #16425 (#2035) Co-authored-by: Li Xuanji --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index dfe0770424..0269fab9cb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Auto detect text files and perform LF normalization * text=auto +*.sol linguist-language=Solidity