Skip to content

Commit e26cb21

Browse files
author
Jim Meyering
committed
build: allow whitespace violations in gl/lib/*.diff files
* .gitattributes: Exempt gl/lib/*.diff. * .x-sc_prohibit_tab_based_indentation: Likewise. * .x-sc_space_tab:Likewise.
1 parent 1c59bb3 commit e26cb21

3 files changed

+4
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
# # Derived from the regexp in emacs' lisp/add-log.el.
66
# [diff "texinfo"]
77
# funcname = "^@node[ \t][ \t]*\\([^,][^,]*\\)"
8+
9+
gl/lib/*.diff -whitespace

.x-sc_prohibit_tab_based_indentation

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Makefile\.am$
44
^tests/pr/
55
ChangeLog.*
66
^man/help2man$
7+
^gl/lib/.*\.c\.diff$

.x-sc_space_tab

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ m4/lib-prefix.m4
99
m4/po.m4
1010
aclocal.m4
1111
src/c99-to-c89.diff
12+
^gl/lib/.*\.c\.diff$

0 commit comments

Comments
 (0)