8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
|
# -*- conf -*-
|
||
|
|
||
|
# Use cpp-style diffs for .h and .c files. This is useful
|
||
|
# if you modify classes defined in those files.
|
||
|
|
||
|
*.h diff=cpp
|
||
|
*.c diff=cpp
|