From 764897dcf119e26668b9fb6c6eb78f0e2993ffd1 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 18 Oct 2023 13:13:40 +0200 Subject: [PATCH] Update .gitattributes --- package/.gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/.gitattributes b/package/.gitattributes index fa6c73f..235da60 100644 --- a/package/.gitattributes +++ b/package/.gitattributes @@ -1 +1,4 @@ +# iOS Headers are mainly Objective-C++ ios/**/*.h linguist-language=Objective-C++ +# Android Headers are C++ +android/**/*.h linguist-language=C++