mirror of
https://github.com/bminor/binutils-gdb.git
synced 2026-02-04 10:41:30 +00:00
Add indent-with-non-tab for *.def in gdb*/.gitattributes. Fix whitespace in the *.def files in gdb*, and add these files to the clean list in gdb/contrib/check-whitespace-pre-commit.py. Tested on x86_64-linux. Approved-By: Tom Tromey <tom@tromey.com>
21 lines
444 B
Plaintext
21 lines
444 B
Plaintext
# -*- 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
|