aboutsummaryrefslogtreecommitdiff
path: root/gdb/.gitattributes
blob: 26250fdf89cece466ca1658d2f0c90dcf8e72345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- 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