maint: Expand tabs in python code

Also cfg.mk is tweaked to force this for all future changes to *.py
files.
This commit is contained in:
Jiri Denemark 2011-02-16 16:57:50 +01:00
parent 39164c11d3
commit 15285754dd
5 changed files with 2279 additions and 2279 deletions

4
cfg.mk
View File

@ -327,8 +327,8 @@ sc_prohibit_ctype_h:
# files in gnulib, since they're imported.
sc_TAB_in_indentation:
@prohibit='^ * ' \
in_vc_files='(\.(rng|[ch](\.in)?|html.in)|(daemon|tools)/.*\.in)$$' \
halt='use leading spaces, not TAB, in C, sh, html, and RNG schemas' \
in_vc_files='(\.(rng|[ch](\.in)?|html.in|py)|(daemon|tools)/.*\.in)$$' \
halt='use leading spaces, not TAB, in C, sh, html, py, and RNG schemas' \
$(_sc_search_regexp)
ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\