diff options
author | Jim Meyering <meyering@redhat.com> | 2009-02-27 17:32:19 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-25 09:21:00 +0200 |
commit | 1130e181eef518345b9262478f7b0195fe332dd9 (patch) | |
tree | 871975e07db0cbe01467f22b8ed321bb6678afe3 /.x-sc_prohibit_tab_based_indentation | |
parent | 5e778f7c8d1ecf3d8f11385db013af2ba026e2a5 (diff) | |
download | coreutils-1130e181eef518345b9262478f7b0195fe332dd9.tar.xz |
maint: teach "make syntax-check" the space-only indentation rule
* cfg.mk (sc_prohibit_tab_based_indentation): New rule.
* .x-sc_prohibit_tab_based_indentation: New file.
* Makefile.am (syntax_check_exceptions): Add file,
.x-sc_prohibit_tab_based_indentation.
Diffstat (limited to '.x-sc_prohibit_tab_based_indentation')
-rw-r--r-- | .x-sc_prohibit_tab_based_indentation | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.x-sc_prohibit_tab_based_indentation b/.x-sc_prohibit_tab_based_indentation new file mode 100644 index 000000000..2f5d92120 --- /dev/null +++ b/.x-sc_prohibit_tab_based_indentation @@ -0,0 +1,6 @@ +^GNUMakefile$ +Makefile\.am$ +\.mk$ +^tests/pr/ +ChangeLog.* +^man/help2man$ |