mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
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
|