parrotcode: checks for tab indents in C source and headers | |
Contents | Tests |
t/codingstd/tabs.t - checks for tab indents in C source and headers
# test all files
% prove t/codingstd/tabs.t
# test specific files
% perl t/codingstd/tabs.t src/foo.c include/parrot/bar.h
Checks that files do not use tabs to indent.
|