Files
binutils-gdb/gdbserver/.gitattributes
Tom de Vries 21b10d4c3e [gdb] Fix whitespace in *.def
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>
2025-12-10 00:25:20 +01:00

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