.gitattributes

Marking *.cpp files as C++ files makes for nicer diffs when using
--color-words or similar options.
This commit is contained in:
Giuseppe Bilotta 2011-08-11 17:57:04 +02:00
förälder 371af9c241
incheckning f4856a33c9
1 ändrade filer med 2 tillägg och 0 borttagningar

2
.gitattributes vendored Normal file
Visa fil

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