From f1e8c092629e833cf8cb5dfadb6cbd1d3dbcac31 Mon Sep 17 00:00:00 2001 From: HolographicHat Date: Tue, 14 Jun 2022 22:35:47 +0800 Subject: [PATCH] Update .gitattributes --- .gitattributes | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a1b200c..18dacca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,21 @@ -*.h linguist-detectable=false +lib/src/il2cpp-types.h linguist-generated=true + +# Auto detect text files and perform LF normalization +* text=auto + +*.cs text diff=csharp +*.cshtml text diff=html +*.csx text diff=csharp +*.sln text eol=crlf merge=union +*.csproj text merge=union + +# Sources +*.c text diff=cpp +*.cc text diff=cpp +*.cxx text diff=cpp +*.cpp text diff=cpp +*.c++ text diff=cpp +*.hpp text diff=cpp +*.h text diff=cpp +*.h++ text diff=cpp +*.hh text diff=cpp