# -*- 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

# Autoconf.

*.ac	whitespace=space-before-tab,indent-with-non-tab,trailing-space
*.m4	whitespace=space-before-tab,indent-with-non-tab,trailing-space

# Generated files.

configure   -whitespace
aclocal.m4  -whitespace

# Tab-indented files.

*.[ly]	whitespace=space-before-tab,indent-with-non-tab,trailing-space
*.def	whitespace=space-before-tab,indent-with-non-tab,trailing-space
*.sh    whitespace=space-before-tab,indent-with-non-tab,trailing-space
po/gdbtext  whitespace=space-before-tab,indent-with-non-tab,trailing-space
gcore-1.in  whitespace=space-before-tab,indent-with-non-tab,trailing-space
gstack-1.in whitespace=space-before-tab,indent-with-non-tab,trailing-space
make-init-c whitespace=space-before-tab,indent-with-non-tab,trailing-space
testsuite/lib/notty-wrap whitespace=space-before-tab,indent-with-non-tab,trailing-space

# Imported files.
exc_request.defs -whitespace

# Files with significant trailing whitespace.
gdb-gdb.gdb  whitespace=space-before-tab,indent-with-non-tab,-trailing-space
