blob: 4e52bde97e790d6ce4a8a7a082edb20816c27077 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# -*- 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
|