From 0f38c6e9a35bba5a2267c875a8e67099f33af3ea Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Tue, 8 Sep 2020 19:12:29 +0200 Subject: [PATCH] Add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2e62a4e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.cpp diff=cpp +*.h diff=cpp -- 2.44.0