| # -*- conf -*- | |
| # Use cpp-style diffs for .h files. This is useful | |
| # if you modify classes defined in a header file. | |
| *.h 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. | |
| *.def whitespace=space-before-tab,indent-with-non-tab,trailing-space |