mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
In gdb/gdb-gdb.gdb.in we have: ... gdb/gdb-gdb.gdb.in:22: trailing whitespace. +set prompt (top-gdb) ... The trailing space is significant. Fix this by dropping the trailing whitespace check for this file. Approved-By: Tom Tromey <tom@tromey.com>
28 lines
707 B
Text
28 lines
707 B
Text
# -*- 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
|
|
*.def whitespace=space-before-tab,indent-with-non-tab,trailing-space
|
|
|
|
# Imported files.
|
|
exc_request.defs -whitespace
|
|
|
|
# Files with significant trailing whitespace.
|
|
gdb-gdb.gdb.in whitespace=space-before-tab,indent-with-non-tab,-trailing-space
|