From: Giuseppe Bilotta Date: Thu, 11 Aug 2011 15:57:04 +0000 (+0200) Subject: .gitattributes X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=f4856a33c9ad23613558eddb64d5d91f140c72d2;p=zefram%2Fminetest%2Fminetest_engine.git .gitattributes Marking *.cpp files as C++ files makes for nicer diffs when using --color-words or similar options. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2e62a4e5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.cpp diff=cpp +*.h diff=cpp