Browse Source

.gitattributes

Marking *.cpp files as C++ files makes for nicer diffs when using
--color-words or similar options.
Giuseppe Bilotta 12 years ago
parent
commit
f4856a33c9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

@@ -0,0 +1,2 @@
+*.cpp diff=cpp
+*.h diff=cpp