From e28eee2e3a1dde55f59f9128a082b0b269303a5c Mon Sep 17 00:00:00 2001 From: orestonce Date: Sat, 25 Jun 2022 20:27:40 +0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2d8bbbc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.cpp linguist-language=go +*.go linguist-language=go +*.h linguist-language=go