From f0d303a90ab738e7e9d07f2fe0350577831d554e Mon Sep 17 00:00:00 2001 From: Yudong Jin Date: Mon, 16 Jan 2023 03:01:32 +0800 Subject: [PATCH] Add .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..3ad004466 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +*.java linguist-language=Java +*.py linguist-language=Python +*.cpp linguist-language=C++ +*.go linguist-language=Go + +*.cs linguist-language=Other +*.zig linguist-language=Other +*.rust linguist-language=Other