.gitattributes 150 B

1234567
  1. # -*- conf -*-
  2. # Use cpp-style diffs for .h and .c files. This is useful
  3. # if you modify classes defined in those files.
  4. *.h diff=cpp
  5. *.c diff=cpp